Config.in 572 B

123456789101112131415161718
  1. comment "davici needs a toolchain w/ threads, dynamic library"
  2. depends on BR2_USE_MMU
  3. depends on BR2_TOOLCHAIN_HAS_ATOMIC
  4. depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
  5. config BR2_PACKAGE_DAVICI
  6. bool "davici"
  7. depends on BR2_USE_MMU # fork()
  8. depends on BR2_TOOLCHAIN_HAS_THREADS
  9. depends on BR2_TOOLCHAIN_HAS_ATOMIC
  10. depends on !BR2_STATIC_LIBS
  11. select BR2_PACKAGE_STRONGSWAN
  12. help
  13. davici is an alternative implementation of the VICI
  14. client protocol, targeting better integration in other
  15. software stacks.
  16. https://github.com/strongswan/davici