mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
11d96cdeb9
None of the other 82 packages that use start-stop-daemon does this. Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
369 B
Plaintext
14 lines
369 B
Plaintext
config BR2_PACKAGE_VTUN
|
|
bool "vtun"
|
|
depends on BR2_USE_MMU # fork()
|
|
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.
|
|
|
|
http://vtun.sourceforge.net/
|