kumquat-buildroot/package/vtun/Config.in
Alexandre Belloni f2c2f25cef Remove description and url from header
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-06-06 22:30:00 +02:00

16 lines
432 B
Plaintext

config BR2_PACKAGE_VTUN
bool "vtun"
select BR2_PACKAGE_LZO
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB
help
Tool for easily creating Virtual Tunnels over TCP/IP networks
with traffic shaping, compression, and encryption.
It supports IP, PPP, SLIP, Ethernet and other tunnel types.
NOTE: It uses start-stop-daemon in init script, so be sure
to enable that within busybox
http://vtun.sourceforge.net/