summaryrefslogtreecommitdiffstats
path: root/package/ebtables
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-12-14 20:00:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-12-14 20:00:25 +0000
commita31e5500bf97bd9f900ba78e87f3239f1b118da4 (patch)
treec96618fdc88971e38dac0db54ceeb69a392c7a72 /package/ebtables
parentc3e35150b6af39cbea0747676f8ef0848a0d3d1e (diff)
downloadmaster-31e0f0ae-a31e5500bf97bd9f900ba78e87f3239f1b118da4.tar.gz
master-31e0f0ae-a31e5500bf97bd9f900ba78e87f3239f1b118da4.tar.bz2
master-31e0f0ae-a31e5500bf97bd9f900ba78e87f3239f1b118da4.zip
fix ebtables compile
SVN-Revision: 5794
Diffstat (limited to 'package/ebtables')
-rw-r--r--package/ebtables/patches/100-autoconf_h.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ebtables/patches/100-autoconf_h.patch b/package/ebtables/patches/100-autoconf_h.patch
new file mode 100644
index 0000000000..9606ab6111
--- /dev/null
+++ b/package/ebtables/patches/100-autoconf_h.patch
@@ -0,0 +1,12 @@
+diff -ur ebtables.old/include/linux/netfilter_bridge.h ebtables.dev/include/linux/netfilter_bridge.h
+--- ebtables.old/include/linux/netfilter_bridge.h 2006-03-30 19:24:57.000000000 +0200
++++ ebtables.dev/include/linux/netfilter_bridge.h 2006-12-14 20:59:16.000000000 +0100
+@@ -4,7 +4,7 @@
+ /* bridge-specific defines for netfilter.
+ */
+
+-#include <linux/config.h>
++#include <linux/autoconf.h>
+ #include <linux/netfilter.h>
+ #if defined(__KERNEL__) && defined(CONFIG_BRIDGE_NETFILTER)
+ #include <asm/atomic.h>