mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 13:30:38 +02:00
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
|
config BR2_PACKAGE_VTUN
|
||
|
tristate "vtun"
|
||
|
default m if CONFIG_DEVEL
|
||
|
select BR2_PACKAGE_ZLIB
|
||
|
select BR2_PACKAGE_LZO
|
||
|
select BR2_PACKAGE_OPENSSL
|
||
|
help
|
||
|
A VPN tunneling daemon
|
||
|
|
||
|
http://vtun.sourceforge.net
|