Config.in 323 B

123456789101112
  1. config BR2_PACKAGE_VTUN
  2. bool "vtun"
  3. default n
  4. select BR2_PACKAGE_LZO
  5. select BR2_PACKAGE_OPENSSL
  6. help
  7. Tool for easily creating Virtual Tunnels over TCP/IP networks
  8. with traffic shaping, compression, and encryption.
  9. It supports IP, PPP, SLIP, Ethernet and other tunnel types.
  10. http://vtun.sourceforge.net/