Config.in 578 B

123456789101112131415161718192021222324252627
  1. config BR2_PACKAGE_MICROPERL
  2. bool "microperl"
  3. help
  4. Perl without operating-specific functions such as readdir.
  5. if BR2_PACKAGE_MICROPERL
  6. config BR2_PACKAGE_MICROPERL_MODULES
  7. string "additional modules"
  8. help
  9. List of space-separated microperl modules to copy to the rootfs.
  10. Examples: warnings.pm Getopt/Std.pm Time::Local
  11. Module dependencies are not automatic so check your needs.
  12. You can't use XS modules like IO.
  13. menu "module bundles"
  14. config BR2_PACKAGE_MICROPERL_BUNDLE_CGI
  15. bool "CGI"
  16. help
  17. Copy required modules to do CGI scripting.
  18. endmenu
  19. endif