provide KERNEL_BITS
[buildroot.git] / package / microperl / Config.in
blobdd2b0de890191f837c60a548436ac5ab5fea3065
1 config BR2_PACKAGE_MICROPERL
2         bool "microperl"
3         default n
4         help
5           Perl without operating-specific functions such as readdir.
7 config BR2_PACKAGE_MICROPERL_MODULES
8         string "microperl modules"
9         default ""
10         depends on BR2_PACKAGE_MICROPERL
11         help
12           List of microperl modules to copy to the rootfs.
13           E.g.
14           warnings.pm warnings/register.pm strict.pm constant.pm vars.pm 
15           Exporter.pm Exporter/Heavy.pm Carp.pm Getopt/Long.pm