From: Lars-Peter Clausen Date: Fri, 5 Feb 2010 00:22:26 +0000 (+0000) Subject: [packages] Fix openswan kernel module build for 2.6.32 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=98bf2571442cf25f4db80420aefd88a1d5b4f719 [packages] Fix openswan kernel module build for 2.6.32 SVN-Revision: 19528 --- diff --git a/net/openswan/patches/150-2.6.32.patch b/net/openswan/patches/150-2.6.32.patch new file mode 100644 index 0000000000..2fbc2ec780 --- /dev/null +++ b/net/openswan/patches/150-2.6.32.patch @@ -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