aboutsummaryrefslogtreecommitdiffstats
path: root/openvpn/openvpn_1.6.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/openvpn_1.6.0.oe')
-rw-r--r--openvpn/openvpn_1.6.0.oe19
1 files changed, 0 insertions, 19 deletions
diff --git a/openvpn/openvpn_1.6.0.oe b/openvpn/openvpn_1.6.0.oe
deleted file mode 100644
index 290f86411a..0000000000
--- a/openvpn/openvpn_1.6.0.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-SECTION = "console/network"
-DESCRIPTION = "A VPN solution via tun device. Not IPSEC!"
-HOMEPAGE = "http://openvpn.sourceforge.net"
-LICENSE = "GPLv2"
-PRIORITY = "optional"
-DEPENDS = "lzo openssl"
-RDEPENDS = "kernel-module-tun"
-PR = "r1"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/openvpn/openvpn-${PV}.tar.gz \
- file://openvpn"
-
-inherit autotools
-
-do_install_append() {
- install -d ${D}/${sysconfdir}/init.d
- install -d ${D}/${sysconfdir}/openvpn
- install -m 755 ${WORKDIR}/openvpn ${D}/${sysconfdir}/init.d
-}