f2c2f25cef
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
432 B
Plaintext
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/
|