|
@@ -1,6 +1,5 @@
|
|
config BR2_PACKAGE_KEYUTILS
|
|
config BR2_PACKAGE_KEYUTILS
|
|
bool "keyutils"
|
|
bool "keyutils"
|
|
- depends on !BR2_microblaze
|
|
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on !BR2_STATIC_LIBS # dlopen
|
|
depends on !BR2_STATIC_LIBS # dlopen
|
|
help
|
|
help
|
|
@@ -10,6 +9,5 @@ config BR2_PACKAGE_KEYUTILS
|
|
http://people.redhat.com/~dhowells/keyutils/
|
|
http://people.redhat.com/~dhowells/keyutils/
|
|
|
|
|
|
comment "keyutils needs a toolchain w/ dynamic library"
|
|
comment "keyutils needs a toolchain w/ dynamic library"
|
|
- depends on !BR2_microblaze
|
|
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_STATIC_LIBS
|
|
depends on BR2_STATIC_LIBS
|