aboutsummaryrefslogtreecommitdiffstats
path: root/openvpn/openvpn_1.5.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/openvpn_1.5.0.oe')
-rw-r--r--openvpn/openvpn_1.5.0.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/openvpn/openvpn_1.5.0.oe b/openvpn/openvpn_1.5.0.oe
deleted file mode 100644
index f714a2bbb5..0000000000
--- a/openvpn/openvpn_1.5.0.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTION = "console/network"
-DESCRIPTION = "A VPN solution via tun device. Not IPSEC!"
-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
-}