summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-02-07 00:37:52 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-07 13:51:57 +0100
commit69d9fc6b4e2508556c81443a062e298ad9a5daf2 (patch)
treee73e80aa69bc3e479bffdc7782c2f9a2ead84538
parent4e0170d66da0b83604d497e717dbbe1052759b65 (diff)
downloadbuildroot-novena-69d9fc6b4e2508556c81443a062e298ad9a5daf2.tar.gz
buildroot-novena-69d9fc6b4e2508556c81443a062e298ad9a5daf2.zip
coreutils: needs mmu
Fixes: http://autobuild.buildroot.net/results/bb975d928c08d31d0c1ecfb9519034865120b244/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--package/coreutils/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/coreutils/Config.in b/package/coreutils/Config.in
index bfd6f2620..c416ab1d4 100644
--- a/package/coreutils/Config.in
+++ b/package/coreutils/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_COREUTILS
bool "coreutils"
depends on BR2_USE_WCHAR
+ depends on BR2_USE_MMU # fork()
help
All of the basic file/text/shell utilities. These are the
core utilities which are expected to exist on every system.