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 | c4e905154a4f1441374fcb1ff4e7a1c8727e5422 (patch) | |
| tree | 929f972cdbd51e29a544ae22a891dcc620f7eb54 | |
| parent | d0556cda492f0daead815b41fe59da6196dc1491 (diff) | |
| download | upstream-c4e905154a4f1441374fcb1ff4e7a1c8727e5422.tar.gz upstream-c4e905154a4f1441374fcb1ff4e7a1c8727e5422.tar.bz2 upstream-c4e905154a4f1441374fcb1ff4e7a1c8727e5422.zip | |
Fix the xt_physdev compilation (#3218)
SVN-Revision: 10678
| -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 ce555f2026b..f0be7e684ee 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 2428960e4ca..1ae3304dcbb 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 |
