Config.in 454 B

1234567891011121314
  1. comment "vtun has no inherent support for AVR32"
  2. depends on BR2_avr32 && BR2_PACKAGE_VTUN
  3. config BR2_PACKAGE_VTUN
  4. bool "vtun - BEWARE: read package/vtun/README.txt before use"
  5. select BR2_PACKAGE_LZO
  6. select BR2_PACKAGE_OPENSSL
  7. help
  8. Tool for easily creating Virtual Tunnels over TCP/IP networks
  9. with traffic shaping, compression, and encryption.
  10. It supports IP, PPP, SLIP, Ethernet and other tunnel types.
  11. http://vtun.sourceforge.net/