mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 01:30:16 +02:00
9d7e820745
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1120 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
|