diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-28 22:27:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-28 22:27:49 +0000 |
commit | 33ad14a920eab762d9d80c66e161330a0344838c (patch) | |
tree | 8eb516e17cf3883f019e22d40de3ce64322b8c98 /target/linux/generic/config-3.10 | |
parent | 79c8b619e4f4017fa3c6ee14b1d69d668d102cfe (diff) | |
download | upstream-33ad14a920eab762d9d80c66e161330a0344838c.tar.gz upstream-33ad14a920eab762d9d80c66e161330a0344838c.tar.bz2 upstream-33ad14a920eab762d9d80c66e161330a0344838c.zip |
kernel: enable bridge igmp snooping
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41366
Diffstat (limited to 'target/linux/generic/config-3.10')
-rw-r--r-- | target/linux/generic/config-3.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index 5037815370..a55d5accd0 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -438,7 +438,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 is not set +CONFIG_BRIDGE_IGMP_SNOOPING=y # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set # CONFIG_BRIDGE_VLAN_FILTERING is not set |