2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_VTUN
|
2013-02-17 14:22:31 +01:00
|
|
|
bool "vtun"
|
2005-12-20 16:15:54 +01:00
|
|
|
select BR2_PACKAGE_LZO
|
|
|
|
select BR2_PACKAGE_OPENSSL
|
2013-02-17 14:22:30 +01:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2013-10-09 23:30:40 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2008-08-04 21:07:05 +02:00
|
|
|
Tool for easily creating Virtual Tunnels over TCP/IP networks
|
2004-12-24 10:39:23 +01:00
|
|
|
with traffic shaping, compression, and encryption.
|
|
|
|
|
|
|
|
It supports IP, PPP, SLIP, Ethernet and other tunnel types.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2013-06-06 01:53:29 +02:00
|
|
|
NOTE: It uses start-stop-daemon in init script, so be sure
|
|
|
|
to enable that within busybox
|
|
|
|
|
2004-12-24 10:39:23 +01:00
|
|
|
http://vtun.sourceforge.net/
|