[packages] Fix openswan kernel module build for 2.6.32
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 5 Feb 2010 00:22:26 +0000 (00:22 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 5 Feb 2010 00:22:26 +0000 (00:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19528 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/openswan/patches/150-2.6.32.patch [new file with mode: 0644]

diff --git a/net/openswan/patches/150-2.6.32.patch b/net/openswan/patches/150-2.6.32.patch
new file mode 100644 (file)
index 0000000..2fbc2ec
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/linux/include/openswan/ipsec_kversion.h b/linux/include/openswan/ipsec_kversion.h
+index 8ebf99a..27fe871 100644
+--- a/linux/include/openswan/ipsec_kversion.h
++++ b/linux/include/openswan/ipsec_kversion.h
+@@ -332,7 +332,7 @@
+ #endif
+-#ifndef NETDEV_TX_BUSY
++#if !defined(NETDEV_TX_BUSY) && LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32)
+ # ifdef NETDEV_XMIT_CN
+ #  define NETDEV_TX_BUSY NETDEV_XMIT_CN
+ # else