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 | ec14e72af957866c4e8904d0cd459bd027615bab (patch) | |
tree | 70aee1d2905fa3052e08794a5a88c05a03859d15 /package/vtun/ipkg | |
parent | f161a6af05cd4437962d7c4200b48dbb1fea470d (diff) | |
download | upstream-ec14e72af957866c4e8904d0cd459bd027615bab.tar.gz upstream-ec14e72af957866c4e8904d0cd459bd027615bab.tar.bz2 upstream-ec14e72af957866c4e8904d0cd459bd027615bab.zip |
add vtun package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1120 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/vtun/ipkg')
-rw-r--r-- | package/vtun/ipkg/vtun.conffiles | 1 | ||||
-rw-r--r-- | package/vtun/ipkg/vtun.control | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/package/vtun/ipkg/vtun.conffiles b/package/vtun/ipkg/vtun.conffiles new file mode 100644 index 0000000000..1195041c56 --- /dev/null +++ b/package/vtun/ipkg/vtun.conffiles @@ -0,0 +1 @@ +/etc/vtund.conf diff --git a/package/vtun/ipkg/vtun.control b/package/vtun/ipkg/vtun.control new file mode 100644 index 0000000000..1d7ad928c5 --- /dev/null +++ b/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 |