aboutsummaryrefslogtreecommitdiffstats
path: root/package/iproute2
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-06-13 17:53:46 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-06-13 17:53:46 +0000
commit9bf36b23c87bcbb1ee19c4c69cbc0ee4a6324b09 (patch)
treed3bea66d07fa7cec33dec4afa431148fc3baa8b9 /package/iproute2
parent0ee28485e9321874a999ed646244d6a2443581bc (diff)
downloadupstream-9bf36b23c87bcbb1ee19c4c69cbc0ee4a6324b09.tar.gz
upstream-9bf36b23c87bcbb1ee19c4c69cbc0ee4a6324b09.tar.bz2
upstream-9bf36b23c87bcbb1ee19c4c69cbc0ee4a6324b09.zip
Fix compilation on 2.4 kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7615 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2')
-rw-r--r--package/iproute2/patches/007-version_includes.patch14
1 files changed, 14 insertions, 0 deletions
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 <linux/version.h>
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
+ #include <linux/netfilter/xt_tcpudp.h>
++#endif
+ #define ipt_udp xt_udp
+ #define ipt_tcp xt_tcp
+