From: Florian Fainelli Date: Wed, 13 Jun 2007 17:53:46 +0000 (+0000) Subject: Fix compilation on 2.4 kernels X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fflorian.git;a=commitdiff_plain;h=b895be6ee09d2b551506238308fa8baf159d3f1f Fix compilation on 2.4 kernels SVN-Revision: 7615 --- diff --git a/package/iproute2/patches/007-version_includes.patch b/package/iproute2/patches/007-version_includes.patch new file mode 100644 index 0000000000..dc2d522e87 --- /dev/null +++ b/package/iproute2/patches/007-version_includes.patch @@ -0,0 +1,14 @@ +diff -urN iproute-2.6.20-070313/include/linux/netfilter_ipv4/ip_tables.h iproute-2.6.20-070313.new/include/linux/netfilter_ipv4/ip_tables.h +--- iproute-2.6.20-070313/include/linux/netfilter_ipv4/ip_tables.h 2007-03-13 22:50:56.000000000 +0100 ++++ iproute-2.6.20-070313.new/include/linux/netfilter_ipv4/ip_tables.h 2007-06-13 19:50:04.000000000 +0200 +@@ -112,7 +112,10 @@ + #define IPT_CONTINUE XT_CONTINUE + #define IPT_RETURN XT_RETURN + ++#include ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) + #include ++#endif + #define ipt_udp xt_udp + #define ipt_tcp xt_tcp +