diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/bash/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/bash/Config.in b/package/bash/Config.in index 9ee46e87a..228d5a4f7 100644 --- a/package/bash/Config.in +++ b/package/bash/Config.in @@ -1,6 +1,8 @@ config BR2_PACKAGE_BASH bool "bash" select BR2_PACKAGE_NCURSES + # uses fork() + depends on BR2_USE_MMU help The standard GNU Bourne again shell. |