2012-10-19 05:13:47 +02:00
|
|
|
config BR2_PACKAGE_PERL
|
|
|
|
bool "perl"
|
2014-03-08 14:54:41 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2012-10-19 05:13:47 +02:00
|
|
|
help
|
|
|
|
Larry Wall's Practical Extraction and Report Language
|
|
|
|
An interpreted scripting language, known among some as "Unix's Swiss
|
|
|
|
Army Chainsaw".
|
|
|
|
|
|
|
|
http://www.perl.org/
|
|
|
|
|
2012-10-19 05:13:48 +02:00
|
|
|
if BR2_PACKAGE_PERL
|
|
|
|
|
2012-10-19 05:13:51 +02:00
|
|
|
config BR2_PACKAGE_PERL_MODULES
|
2012-11-08 16:47:05 +01:00
|
|
|
string "custom module selection"
|
2012-10-19 05:13:51 +02:00
|
|
|
help
|
2012-11-08 16:47:05 +01:00
|
|
|
List of space-separated perl modules (without .pm) to copy to the
|
|
|
|
rootfs.
|
2012-10-19 05:13:51 +02:00
|
|
|
|
2012-11-08 16:47:05 +01:00
|
|
|
Examples: constant Getopt/Std Time/Local
|
2012-10-19 05:13:51 +02:00
|
|
|
|
2012-11-08 16:47:05 +01:00
|
|
|
Module dependencies on external libraries are not automatic so
|
|
|
|
check your needs.
|
2012-10-19 05:13:48 +02:00
|
|
|
|
2012-11-08 16:47:05 +01:00
|
|
|
Leave empty for all modules (as far as the external libraries
|
|
|
|
are available).
|
2012-10-19 05:13:50 +02:00
|
|
|
|
2012-10-19 05:13:48 +02:00
|
|
|
endif
|