1 config BR2_PACKAGE_TINC
4 select BR2_PACKAGE_OPENSSL
5 select BR2_PACKAGE_ZLIB
6 depends on !BR2_STATIC_LIBS # tinc requires libdl for OpenSSL
7 depends on BR2_USE_MMU # fork()
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.
13 http://www.tinc-vpn.org/
15 comment "tinc needs a toolchain w/ dynamic library"
16 depends on BR2_STATIC_LIBS