summaryrefslogtreecommitdiffstats
path: root/package/arptables/patches
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-12-14 19:36:35 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-12-14 19:36:35 +0000
commitaa617fb4c02e4d2c1f550e9690153d72e89bc809 (patch)
tree1e95d500f08cd9c0853e6fc00bcefc8ae43f7b26 /package/arptables/patches
parent92f1e1a003936d1538258fb7c647e5bf7c8151ca (diff)
update arptables to latest upstream version and fix compile with 2.6.19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5793 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/arptables/patches')
-rw-r--r--package/arptables/patches/100-autoconf_h.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/arptables/patches/100-autoconf_h.patch b/package/arptables/patches/100-autoconf_h.patch
new file mode 100644
index 000000000..b32b00ce9
--- /dev/null
+++ b/package/arptables/patches/100-autoconf_h.patch
@@ -0,0 +1,24 @@
+diff -ur arptables.old/include/linux/netfilter_arp.h arptables.dev/include/linux/netfilter_arp.h
+--- arptables.old/include/linux/netfilter_arp.h 2003-10-25 13:39:06.000000000 +0200
++++ arptables.dev/include/linux/netfilter_arp.h 2006-12-14 20:35:10.000000000 +0100
+@@ -7,7 +7,7 @@
+ * (C)2002 Rusty Russell IBM -- This code is GPL.
+ */
+
+-#include <linux/config.h>
++#include <linux/autoconf.h>
+ #include <linux/netfilter.h>
+
+ /* There is no PF_ARP. */
+diff -ur arptables.old/include/netfilter_arp.h arptables.dev/include/netfilter_arp.h
+--- arptables.old/include/netfilter_arp.h 2003-10-25 12:43:24.000000000 +0200
++++ arptables.dev/include/netfilter_arp.h 2006-12-14 20:34:57.000000000 +0100
+@@ -7,7 +7,7 @@
+ * (C)2002 Rusty Russell IBM -- This code is GPL.
+ */
+
+-#include <linux/config.h>
++#include <linux/autoconf.h>
+ #include <linux/netfilter.h>
+
+ /* There is no PF_ARP. */