2012-12-16 07:56:20 +01:00
|
|
|
config BR2_PACKAGE_KEYUTILS
|
|
|
|
bool "keyutils"
|
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
|
|
|
|
2020-09-28 20:08:18 +02:00
|
|
|
https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/
|
2015-05-31 14:35:34 +02:00
|
|
|
|
|
|
|
comment "keyutils needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on BR2_STATIC_LIBS
|