aboutsummaryrefslogtreecommitdiffstats
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
commitf4b3be18f283d77092890542df78e77613b6d22d (patch)
tree62e9b6d847edb4c2cec34d49e7addb1791499c76 /package/ebtables
parent5eb1d73c8f7fbb6408007743c77a94f36f9fb0b0 (diff)
downloadupstream-f4b3be18f283d77092890542df78e77613b6d22d.tar.gz
upstream-f4b3be18f283d77092890542df78e77613b6d22d.tar.bz2
upstream-f4b3be18f283d77092890542df78e77613b6d22d.zip
fix ebtables compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5794 3c298f89-4303-0410-b956-a3cf2f4a3e73
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>