From: Thomas Petazzoni Date: Mon, 30 Jul 2012 19:20:02 +0000 (+0200) Subject: bash: add depends on MMU X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=99492e0dfacc53d1fbfa50ac10dac35630e120a1;p=buildroot.git bash: add depends on MMU Fixes the build failure at http://autobuild.buildroot.org/results/0434d99b51f535ac73bfcf1968b1c2b81b44ba61/build-end.log. Signed-off-by: Thomas Petazzoni --- diff --git a/package/bash/Config.in b/package/bash/Config.in index 9ee46e87a3..228d5a4f79 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.