Config.in 484 B

12345678910111213141516
  1. config 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. http://www.tinc-vpn.org/
  13. comment "tinc needs a toolchain w/ dynamic library"
  14. depends on BR2_STATIC_LIBS