summaryrefslogtreecommitdiff
path: root/package/microperl/Config.in
blob: 66bbedd7768d74674b543e87fc7f45ef15e13d02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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