]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
keyutils: needs mmu
authorgilles.talis@gmail.com <gilles.talis@gmail.com>
Thu, 21 Feb 2013 20:08:56 +0000 (20:08 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 22 Feb 2013 13:20:35 +0000 (14:20 +0100)
Fixes:
http://autobuild.buildroot.org/results/ff84ee5335e3302dbb47d881d9903db81884014c

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/keyutils/Config.in

index 9b9f9bc656b95dc4a75fef0c84db4ffb180deba5..6978687f13af176f1cc98598ca67471786c81175 100644 (file)
@@ -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.