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 | 9d7e820745d7252a84f3fba01f72d2574279a39a (patch) | |
tree | 70aee1d2905fa3052e08794a5a88c05a03859d15 /package/vtun/ipkg | |
parent | 6c36ec257b1c1cec960176ced824bc1d751ea654 (diff) |
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 000000000..1195041c5 --- /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 000000000..1d7ad928c --- /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 |