aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/openvpn/patches/110-musl_compat.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-18 06:41:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-06-18 06:41:49 +0000
commit21afdb99ab2190a26c716a451d07af46d2cd74ed (patch)
tree7474b1e0cbeadfa05c6e00051fd13e3a26879bc6 /package/network/services/openvpn/patches/110-musl_compat.patch
parent685c546d0559db07d918e4e153b76ffd39e412f0 (diff)
downloadmaster-187ad058-21afdb99ab2190a26c716a451d07af46d2cd74ed.tar.gz
master-187ad058-21afdb99ab2190a26c716a451d07af46d2cd74ed.tar.bz2
master-187ad058-21afdb99ab2190a26c716a451d07af46d2cd74ed.zip
openvpn: bump to 2.3.7.
Two patches are dropped as they were already applied upstream. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46027 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/openvpn/patches/110-musl_compat.patch')
-rw-r--r--package/network/services/openvpn/patches/110-musl_compat.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/network/services/openvpn/patches/110-musl_compat.patch b/package/network/services/openvpn/patches/110-musl_compat.patch
deleted file mode 100644
index 566c17f062..0000000000
--- a/package/network/services/openvpn/patches/110-musl_compat.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/openvpn/syshead.h
-+++ b/src/openvpn/syshead.h
-@@ -214,10 +214,6 @@
-
- #ifdef TARGET_LINUX
-
--#if defined(HAVE_NETINET_IF_ETHER_H)
--#include <netinet/if_ether.h>
--#endif
--
- #ifdef HAVE_LINUX_IF_TUN_H
- #include <linux/if_tun.h>
- #endif