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>
This commit is contained in:
gilles.talis@gmail.com 2013-02-21 20:08:56 +00:00 committed by Peter Korsgaard
parent 6f786dcf7a
commit 3dc86ad937

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_KEYUTILS config BR2_PACKAGE_KEYUTILS
bool "keyutils" bool "keyutils"
depends on !BR2_avr32 && !BR2_microblaze depends on !BR2_avr32 && !BR2_microblaze
depends on BR2_USE_MMU # fork()
help help
These tools are used to control the key management system These tools are used to control the key management system
built into the Linux kernel. built into the Linux kernel.