mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
fix ebtables compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5794 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
aa617fb4c0
commit
b0d35b2901
12
package/ebtables/patches/100-autoconf_h.patch
Normal file
12
package/ebtables/patches/100-autoconf_h.patch
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user