projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f786dc
)
keyutils: needs mmu
author
gilles.talis@gmail.com
<gilles.talis@gmail.com>
Thu, 21 Feb 2013 20:08:56 +0000
(20:08 +0000)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/keyutils/Config.in
b/package/keyutils/Config.in
index 9b9f9bc656b95dc4a75fef0c84db4ffb180deba5..6978687f13af176f1cc98598ca67471786c81175 100644
(file)
--- 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.