From 3dc86ad93759ccd110541f4dc535257e8084c414 Mon Sep 17 00:00:00 2001 From: "gilles.talis@gmail.com" Date: Thu, 21 Feb 2013 20:08:56 +0000 Subject: [PATCH] keyutils: needs mmu Fixes: http://autobuild.buildroot.org/results/ff84ee5335e3302dbb47d881d9903db81884014c Signed-off-by: Gilles Talis Signed-off-by: Peter Korsgaard --- package/keyutils/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/keyutils/Config.in b/package/keyutils/Config.in index 9b9f9bc656..6978687f13 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. -- 2.30.2