xref: /OK3568_Linux_fs/buildroot/package/bash/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_BASH
2*4882a593Smuzhiyun	bool "bash"
3*4882a593Smuzhiyun	# uses fork()
4*4882a593Smuzhiyun	depends on BR2_USE_MMU
5*4882a593Smuzhiyun	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
6*4882a593Smuzhiyun	select BR2_PACKAGE_NCURSES
7*4882a593Smuzhiyun	select BR2_PACKAGE_READLINE
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  The standard GNU Bourne again shell.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  http://tiswww.case.edu/php/chet/bash/bashtop.html
12*4882a593Smuzhiyun
13*4882a593Smuzhiyunif BR2_PACKAGE_BASH
14*4882a593Smuzhiyun
15*4882a593Smuzhiyunconfig BR2_PACKAGE_BASH_LOADABLE_EXAMPLES
16*4882a593Smuzhiyun	bool "loadable examples"
17*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
18*4882a593Smuzhiyun	help
19*4882a593Smuzhiyun	  This option will enable the installation of the "loadable"
20*4882a593Smuzhiyun	  examples, which are dynamically loadable extension providing
21*4882a593Smuzhiyun	  additional built-ins commands to bash. There are typically
22*4882a593Smuzhiyun	  not needed as they are provided as regular, external
23*4882a593Smuzhiyun	  commands.
24*4882a593Smuzhiyun
25*4882a593Smuzhiyunendif
26