mirror of https://github.com/OpenIPC/firmware.git
11 lines
304 B
Plaintext
11 lines
304 B
Plaintext
config BR2_PACKAGE_VTUND_LITE
|
|
bool "vtund-lite"
|
|
depends on BR2_USE_MMU # fork()
|
|
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.
|
|
|
|
http://vtun.sourceforge.net/
|