summaryrefslogtreecommitdiffstats
path: root/package/dash
diff options
context:
space:
mode:
authorgilles.talis@gmail.com <gilles.talis@gmail.com>2013-06-22 23:39:42 -0700
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-25 00:17:18 +0200
commit2be905282af5c1b049eab778c0b9cb76e3c1d4db (patch)
tree9b42fccf77cedb74f7fc3f8f37ffab9ae8525df8 /package/dash
parent0fcef3c9fe343ac2b54c07b0711210a96d993762 (diff)
downloadbuildroot-novena-2be905282af5c1b049eab778c0b9cb76e3c1d4db.tar.gz
buildroot-novena-2be905282af5c1b049eab778c0b9cb76e3c1d4db.zip
dash: needs mmu
Fixes: http://autobuild.buildroot.org/results/9ff/9ffde0aaa717efb6a5c0ef1e4e7f2cdd0621c150/ Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dash')
-rw-r--r--package/dash/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dash/Config.in b/package/dash/Config.in
index 20970aa03..e06087e11 100644
--- a/package/dash/Config.in
+++ b/package/dash/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_DASH
bool "dash"
+ depends on BR2_USE_MMU # fork()
help
The Debian/Linux port of the NetBSD version of
ash (the Almquist SHell).