2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_VTUN
|
2013-02-17 14:22:31 +01:00
|
|
|
bool "vtun"
|
2017-04-22 19:18:08 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
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
|
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
|
|
|
|
2004-12-24 10:39:23 +01:00
|
|
|
http://vtun.sourceforge.net/
|