2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_BASH
|
2004-10-14 22:33:45 +02:00
|
|
|
bool "bash"
|
2007-01-03 14:44:01 +01:00
|
|
|
select BR2_PACKAGE_NCURSES
|
2014-02-27 21:58:59 +01:00
|
|
|
select BR2_PACKAGE_READLINE
|
2012-07-30 21:20:02 +02:00
|
|
|
# uses fork()
|
|
|
|
depends on BR2_USE_MMU
|
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
|