1a9563b828
Fixes http://autobuild.buildroot.net/results/0d5e272b594bc6cc84df291134e2b23d33b97d17/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
30 lines
618 B
Plaintext
30 lines
618 B
Plaintext
config BR2_PACKAGE_MICROPERL
|
|
bool "microperl"
|
|
# needs fork()
|
|
depends on BR2_USE_MMU
|
|
help
|
|
Perl without operating-specific functions such as readdir.
|
|
|
|
if BR2_PACKAGE_MICROPERL
|
|
|
|
config BR2_PACKAGE_MICROPERL_MODULES
|
|
string "additional modules"
|
|
help
|
|
List of space-separated microperl modules to copy to the rootfs.
|
|
|
|
Examples: warnings.pm Getopt/Std.pm Time::Local
|
|
|
|
Module dependencies are not automatic so check your needs.
|
|
You can't use XS modules like IO.
|
|
|
|
menu "module bundles"
|
|
|
|
config BR2_PACKAGE_MICROPERL_BUNDLE_CGI
|
|
bool "CGI"
|
|
help
|
|
Copy required modules to do CGI scripting.
|
|
|
|
endmenu
|
|
|
|
endif
|