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