1comment "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 6config BR2_PACKAGE_DAVICI 7 bool "davici" 8 depends on BR2_USE_MMU # fork() 9 depends on BR2_TOOLCHAIN_HAS_THREADS 10 depends on BR2_TOOLCHAIN_HAS_ATOMIC 11 depends on !BR2_STATIC_LIBS 12 select BR2_PACKAGE_STRONGSWAN 13 help 14 davici is an alternative implementation of the VICI 15 client protocol, targeting better integration in other 16 software stacks. 17 18 https://github.com/strongswan/davici 19