bash: add depends on MMU

Fixes the build failure at

  http://autobuild.buildroot.org/results/0434d99b51f535ac73bfcf1968b1c2b81b44ba61/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2012-07-30 21:20:02 +02:00
parent b8b98bd1b0
commit 99492e0dfa
1 changed files with 2 additions and 0 deletions

View File

@ -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.