diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-27 19:45:43 +0000 |
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-27 19:45:43 +0000 |
| commit | 11f2bce116f3d54ca2120ca1c4b059c6a9bd56ca (patch) | |
| tree | 1a097ef8c8af926c32c126aff7827f0baa849a0e /openwrt/package/tinc/Config.in | |
| parent | 26bd6f430a41b567d1d42f76de9ba0de3ac05c9e (diff) | |
add tinc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@741 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/tinc/Config.in')
| -rw-r--r-- | openwrt/package/tinc/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/tinc/Config.in b/openwrt/package/tinc/Config.in new file mode 100644 index 000000000..d1937fa60 --- /dev/null +++ b/openwrt/package/tinc/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_TINC + tristate "tinc" + default m if CONFIG_DEVEL + select BR2_PACKAGE_ZLIB + select BR2_PACKAGE_LZO + select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_KMOD_TUN + + help + A VPN tunneling daemon + + http://www.tinc-vpn.org/ |
