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