2012-12-16 07:56:20 +01:00
|
|
|
config BR2_PACKAGE_KEYUTILS
|
|
|
|
bool "keyutils"
|
2015-02-14 10:23:06 +01:00
|
|
|
depends on !BR2_microblaze
|
2013-02-21 21:08:56 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2015-05-31 14:35:34 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # dlopen
|
2012-12-16 07:56:20 +01:00
|
|
|
help
|
|
|
|
These tools are used to control the key management system
|
|
|
|
built into the Linux kernel.
|
2013-11-11 17:23:23 +01:00
|
|
|
|
2012-12-16 07:56:20 +01:00
|
|
|
http://people.redhat.com/~dhowells/keyutils/
|
2015-05-31 14:35:34 +02:00
|
|
|
|
|
|
|
comment "keyutils needs a toolchain w/ dynamic library"
|
|
|
|
depends on !BR2_microblaze
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on BR2_STATIC_LIBS
|