2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_BASH
|
2004-10-14 22:33:45 +02:00
|
|
|
bool "bash"
|
2012-07-30 21:20:02 +02:00
|
|
|
# uses fork()
|
|
|
|
depends on BR2_USE_MMU
|
2016-07-04 15:46:56 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
2017-04-22 19:17:49 +02:00
|
|
|
select BR2_PACKAGE_NCURSES
|
|
|
|
select BR2_PACKAGE_READLINE
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-10-14 22:33:45 +02:00
|
|
|
The standard GNU Bourne again shell.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2010-06-09 15:36:26 +02:00
|
|
|
http://tiswww.case.edu/php/chet/bash/bashtop.html
|
2021-04-23 22:23:54 +02:00
|
|
|
|
|
|
|
if BR2_PACKAGE_BASH
|
|
|
|
|
|
|
|
config BR2_PACKAGE_BASH_LOADABLE_EXAMPLES
|
|
|
|
bool "loadable examples"
|
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
help
|
|
|
|
This option will enable the installation of the "loadable"
|
|
|
|
examples, which are dynamically loadable extension providing
|
|
|
|
additional built-ins commands to bash. There are typically
|
|
|
|
not needed as they are provided as regular, external
|
|
|
|
commands.
|
|
|
|
|
|
|
|
endif
|