summaryrefslogtreecommitdiffstats
path: root/package/keyutils
diff options
context:
space:
mode:
authorgilles.talis@gmail.com <gilles.talis@gmail.com>2013-02-21 20:08:56 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-22 14:20:35 +0100
commit3dc86ad93759ccd110541f4dc535257e8084c414 (patch)
tree84c6f166e0e088d081ff66a1392d71d529ae8d1c /package/keyutils
parent6f786dcf7a8bda85b0095d76477c863338896656 (diff)
downloadbuildroot-novena-3dc86ad93759ccd110541f4dc535257e8084c414.tar.gz
buildroot-novena-3dc86ad93759ccd110541f4dc535257e8084c414.zip
keyutils: needs mmu
Fixes: http://autobuild.buildroot.org/results/ff84ee5335e3302dbb47d881d9903db81884014c Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/keyutils')
-rw-r--r--package/keyutils/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/keyutils/Config.in b/package/keyutils/Config.in
index 9b9f9bc65..6978687f1 100644
--- a/package/keyutils/Config.in
+++ b/package/keyutils/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_KEYUTILS
bool "keyutils"
depends on !BR2_avr32 && !BR2_microblaze
+ depends on BR2_USE_MMU # fork()
help
These tools are used to control the key management system
built into the Linux kernel.