Config.in 399 B

12345678910111213
  1. config BR2_PACKAGE_KEYUTILS
  2. bool "keyutils"
  3. depends on BR2_USE_MMU # fork()
  4. depends on !BR2_STATIC_LIBS # dlopen
  5. help
  6. These tools are used to control the key management system
  7. built into the Linux kernel.
  8. https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/
  9. comment "keyutils needs a toolchain w/ dynamic library"
  10. depends on BR2_USE_MMU
  11. depends on BR2_STATIC_LIBS