1*4882a593Smuzhiyunconfig BR2_PACKAGE_TINC 2*4882a593Smuzhiyun bool "tinc" 3*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # tinc requires libdl for OpenSSL 4*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 5*4882a593Smuzhiyun select BR2_PACKAGE_LZO 6*4882a593Smuzhiyun select BR2_PACKAGE_OPENSSL 7*4882a593Smuzhiyun select BR2_PACKAGE_ZLIB 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun tinc is a Virtual Private Network (VPN) daemon that uses 10*4882a593Smuzhiyun tunnelling and encryption to create a secure private network 11*4882a593Smuzhiyun between hosts on the Internet. 12*4882a593Smuzhiyun 13*4882a593Smuzhiyun http://www.tinc-vpn.org/ 14*4882a593Smuzhiyun 15*4882a593Smuzhiyuncomment "tinc needs a toolchain w/ dynamic library" 16*4882a593Smuzhiyun depends on BR2_STATIC_LIBS 17