c1f6d384fc00e7c5726d1238c32bbc27c205602e
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / vtun / Config.in
1 config BR2_PACKAGE_VTUN
2         bool "vtun"
3         select BR2_PACKAGE_LZO
4         select BR2_PACKAGE_OPENSSL
5         select BR2_PACKAGE_ZLIB
6         depends on BR2_USE_MMU # fork()
7         help
8           Tool for easily creating Virtual Tunnels over TCP/IP networks
9           with traffic shaping, compression, and encryption.
10
11           It supports IP, PPP, SLIP, Ethernet and other tunnel types.
12
13           NOTE: It uses start-stop-daemon in init script, so be sure
14           to enable that within busybox
15
16           http://vtun.sourceforge.net/