From 856e457b7301947f17866dc4a5aedb3f7117f163 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 3 Dec 2007 19:48:11 +0000 Subject: update openswan to 0.4.10, reenable 2.6 support, sync with included openwrt packaging code (ported from wr to kamikaze) SVN-Revision: 9651 --- package/openswan/patches/140-linux_moduleparam.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 package/openswan/patches/140-linux_moduleparam.patch (limited to 'package/openswan/patches/140-linux_moduleparam.patch') diff --git a/package/openswan/patches/140-linux_moduleparam.patch b/package/openswan/patches/140-linux_moduleparam.patch deleted file mode 100644 index 8fbc358bc9..0000000000 --- a/package/openswan/patches/140-linux_moduleparam.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -urN openswan-2.4.8/linux/net/ipsec/ipsec_proc.c openswan-2.4.8.new/linux/net/ipsec/ipsec_proc.c ---- openswan-2.4.8/linux/net/ipsec/ipsec_proc.c 2006-11-15 23:21:39.000000000 +0100 -+++ openswan-2.4.8.new/linux/net/ipsec/ipsec_proc.c 2007-06-13 20:00:51.000000000 +0200 -@@ -27,6 +27,9 @@ - #include - #define __NO_VERSION__ - #include -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) -+#include -+#endif - #include /* printk() */ - - #include "openswan/ipsec_kversion.h" -- cgit v1.2.3