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