diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-03 19:48:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-03 19:48:11 +0000 |
commit | 856e457b7301947f17866dc4a5aedb3f7117f163 (patch) | |
tree | 5f4400235fcdaaa6eba40b08db304d60440936ff /package/openswan/patches/140-linux_moduleparam.patch | |
parent | 2bcaf23a684175838599c7755b6345da7312e12d (diff) | |
download | upstream-856e457b7301947f17866dc4a5aedb3f7117f163.tar.gz upstream-856e457b7301947f17866dc4a5aedb3f7117f163.tar.bz2 upstream-856e457b7301947f17866dc4a5aedb3f7117f163.zip |
update openswan to 0.4.10, reenable 2.6 support, sync with included openwrt packaging code (ported from wr to kamikaze)
SVN-Revision: 9651
Diffstat (limited to 'package/openswan/patches/140-linux_moduleparam.patch')
-rw-r--r-- | package/openswan/patches/140-linux_moduleparam.patch | 13 |
1 files changed, 0 insertions, 13 deletions
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 <linux/version.h> - #define __NO_VERSION__ - #include <linux/module.h> -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) -+#include <linux/moduleparam.h> -+#endif - #include <linux/kernel.h> /* printk() */ - - #include "openswan/ipsec_kversion.h" |