diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-30 21:13:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-30 21:13:21 +0000 |
commit | 86b91c403f734d1ec0ad3460a173a354062b2b88 (patch) | |
tree | 4cedf9f24e70065bb0d59dba81b9c558de41b731 /openwrt/package/vtun/ipkg | |
parent | 726b0f00faf4abd3b0b8cf7ef0ca9f1e6ddcac29 (diff) | |
download | mtk-20170518-86b91c403f734d1ec0ad3460a173a354062b2b88.zip mtk-20170518-86b91c403f734d1ec0ad3460a173a354062b2b88.tar.gz mtk-20170518-86b91c403f734d1ec0ad3460a173a354062b2b88.tar.bz2 |
add vtun package
SVN-Revision: 1120
Diffstat (limited to 'openwrt/package/vtun/ipkg')
-rw-r--r-- | openwrt/package/vtun/ipkg/vtun.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/vtun/ipkg/vtun.control | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/vtun/ipkg/vtun.conffiles b/openwrt/package/vtun/ipkg/vtun.conffiles new file mode 100644 index 0000000..1195041 --- /dev/null +++ b/openwrt/package/vtun/ipkg/vtun.conffiles @@ -0,0 +1 @@ +/etc/vtund.conf diff --git a/openwrt/package/vtun/ipkg/vtun.control b/openwrt/package/vtun/ipkg/vtun.control new file mode 100644 index 0000000..1d7ad92 --- /dev/null +++ b/openwrt/package/vtun/ipkg/vtun.control @@ -0,0 +1,8 @@ +Package: vtun +Priority: optional +Section: net +Architecture: mipsel +Maintainer: marcel@slowthinkers.net +Source: buildroot internal +Description: A VPN tunnel daemon +Depends: openssl, liblzo, zlib, kmod-tun |