From: Jo-Philipp Wich Date: Tue, 20 Dec 2011 04:23:42 +0000 (+0000) Subject: Remove 130-compat_net_dev_ops.patch for openswan X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=615555f192cd189c485fafd7776cc53348112c9c;p=openwrt%2Fsvn-archive%2Farchive.git Remove 130-compat_net_dev_ops.patch for openswan This patch was merged upstream in commit dd5c1a87f7032a00422135d14e1f1247b38a40c8 in Sept 2010. It is already included in v2.6.30 and later. Signed-off-by: Kevin Locke SVN-Revision: 29582 --- diff --git a/net/openswan/patches/130-compat_net_dev_ops.patch b/net/openswan/patches/130-compat_net_dev_ops.patch deleted file mode 100644 index 46786fa2fb..0000000000 --- a/net/openswan/patches/130-compat_net_dev_ops.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- - linux/include/openswan/ipsec_kversion.h | 6 ++++++ - 1 file changed, 6 insertions(+) - ---- a/linux/include/openswan/ipsec_kversion.h -+++ b/linux/include/openswan/ipsec_kversion.h -@@ -393,6 +393,12 @@ - # endif - #endif - -+#if LINUX_VERSION_CODE == KERNEL_VERSION(2,6,30) -+# ifndef CONFIG_COMPAT_NET_DEV_OPS -+# define USE_NETDEV_OPS -+# endif -+#endif -+ - #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,31) - # define USE_NETDEV_OPS - #else