diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-01-14 14:57:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-01-14 14:57:03 +0000 |
commit | b0479e2ca2b9965f605aebed500f11b152ab48d1 (patch) | |
tree | 0e4884dc4bc7ede44589ed3be5298e3bfed448ee /target/linux/generic | |
parent | 87bbccb614bd6531f6c78e0ae5584c7077425a07 (diff) | |
download | mtk-20170518-b0479e2ca2b9965f605aebed500f11b152ab48d1.zip mtk-20170518-b0479e2ca2b9965f605aebed500f11b152ab48d1.tar.gz mtk-20170518-b0479e2ca2b9965f605aebed500f11b152ab48d1.tar.bz2 |
kernel: disable bridge igmp snooping in 3.2 as well
SVN-Revision: 29747
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.2 b/target/linux/generic/config-3.2 index 1df796a..4e0ac76 100644 --- a/target/linux/generic/config-3.2 +++ b/target/linux/generic/config-3.2 @@ -292,7 +292,7 @@ CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_T_NAT is not set # CONFIG_BRIDGE_EBT_ULOG is not set # CONFIG_BRIDGE_EBT_VLAN is not set -CONFIG_BRIDGE_IGMP_SNOOPING=y +# CONFIG_BRIDGE_IGMP_SNOOPING is not set # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set # CONFIG_BROADCOM_PHY is not set |