diff options
Diffstat (limited to 'package/bash')
-rw-r--r-- | package/bash/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bash/Config.in b/package/bash/Config.in index 783e4b38b5..5a9ebb8d02 100644 --- a/package/bash/Config.in +++ b/package/bash/Config.in @@ -1,10 +1,10 @@ config BR2_PACKAGE_BASH bool "bash" - select BR2_PACKAGE_NCURSES - select BR2_PACKAGE_READLINE # uses fork() depends on BR2_USE_MMU depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS + select BR2_PACKAGE_NCURSES + select BR2_PACKAGE_READLINE help The standard GNU Bourne again shell. |