diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-03-27 19:30:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-03-27 19:30:00 +0000 |
commit | 152f8d522d947ac1e418f841631ccc17c9a98b4b (patch) | |
tree | 3214803e1f9336a175409a732793b9adacb6e164 /target/linux/generic-2.6 | |
parent | 7518138756e6f28740bcdeac2ea9f278d38d889c (diff) | |
download | upstream-152f8d522d947ac1e418f841631ccc17c9a98b4b.tar.gz upstream-152f8d522d947ac1e418f841631ccc17c9a98b4b.tar.bz2 upstream-152f8d522d947ac1e418f841631ccc17c9a98b4b.zip |
Fix the xt_physdev compilation (#3218)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10678 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.23 | 2 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.24 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23 index ce555f2026..f0be7e684e 100644 --- a/target/linux/generic-2.6/config-2.6.23 +++ b/target/linux/generic-2.6/config-2.6.23 @@ -159,7 +159,7 @@ CONFIG_BRIDGE_EBT_T_FILTER=m CONFIG_BRIDGE_EBT_T_NAT=m CONFIG_BRIDGE_EBT_ULOG=m CONFIG_BRIDGE_EBT_VLAN=m -# CONFIG_BRIDGE_NETFILTER is not set +CONFIG_BRIDGE_NETFILTER=y CONFIG_BRIDGE_NF_EBTABLES=m CONFIG_BROKEN_ON_SMP=y CONFIG_BSD_DISKLABEL=y diff --git a/target/linux/generic-2.6/config-2.6.24 b/target/linux/generic-2.6/config-2.6.24 index 2428960e4c..1ae3304dcb 100644 --- a/target/linux/generic-2.6/config-2.6.24 +++ b/target/linux/generic-2.6/config-2.6.24 @@ -160,7 +160,7 @@ CONFIG_BRIDGE_EBT_T_FILTER=m CONFIG_BRIDGE_EBT_T_NAT=m CONFIG_BRIDGE_EBT_ULOG=m CONFIG_BRIDGE_EBT_VLAN=m -# CONFIG_BRIDGE_NETFILTER is not set +CONFIG_BRIDGE_NETFILTER=y CONFIG_BRIDGE_NF_EBTABLES=m CONFIG_BROKEN_ON_SMP=y CONFIG_BSD_DISKLABEL=y |