diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-30 21:20:02 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-30 21:20:02 +0200 |
commit | 99492e0dfacc53d1fbfa50ac10dac35630e120a1 (patch) | |
tree | cb7c9568c38ddd8161ffc51b3a607c7527fdf670 | |
parent | b8b98bd1b055395922860ad3f4e69ac48ece97d9 (diff) |
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>
-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. |