diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-02-07 00:37:52 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-02-07 13:51:57 +0100 |
commit | 69d9fc6b4e2508556c81443a062e298ad9a5daf2 (patch) | |
tree | e73e80aa69bc3e479bffdc7782c2f9a2ead84538 /package | |
parent | 4e0170d66da0b83604d497e717dbbe1052759b65 (diff) | |
download | buildroot-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>
Diffstat (limited to 'package')
-rw-r--r-- | package/coreutils/Config.in | 1 |
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. |