diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-30 21:13:21 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-30 21:13:21 +0000 |
commit | 647fa79e2bb0aae1f6db8917d123caa1d36c4664 (patch) | |
tree | 4cedf9f24e70065bb0d59dba81b9c558de41b731 /openwrt/package/vtun/Config.in | |
parent | ffe6b6015893a374aa1259c59ae69435960849cd (diff) |
add vtun package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1120 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/vtun/Config.in')
-rw-r--r-- | openwrt/package/vtun/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/vtun/Config.in b/openwrt/package/vtun/Config.in new file mode 100644 index 000000000..666492e31 --- /dev/null +++ b/openwrt/package/vtun/Config.in @@ -0,0 +1,10 @@ +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 |