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 | 2b5ef1fd597ed0b45fe13b79a0fded2c0eabf3e9 (patch) | |
tree | 1347a03266a48cfe5c470f5aab5a0cd9d122d142 /target/linux | |
parent | 275452c5914752f43a0b333d82a5a18f989fe08f (diff) | |
download | upstream-2b5ef1fd597ed0b45fe13b79a0fded2c0eabf3e9.tar.gz upstream-2b5ef1fd597ed0b45fe13b79a0fded2c0eabf3e9.tar.bz2 upstream-2b5ef1fd597ed0b45fe13b79a0fded2c0eabf3e9.zip |
kernel: disable bridge igmp snooping in 3.2 as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29747 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 1df796a2fe..4e0ac76b70 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 |