From: Felix Fietkau Date: Sat, 28 Jun 2014 22:27:49 +0000 (+0000) Subject: kernel: enable bridge igmp snooping X-Git-Tag: reboot~6774 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=33ad14a920eab762d9d80c66e161330a0344838c;hp=79c8b619e4f4017fa3c6ee14b1d69d668d102cfe;p=openwrt%2Fstaging%2Fchunkeey.git kernel: enable bridge igmp snooping Signed-off-by: Felix Fietkau SVN-Revision: 41366 --- 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 diff --git a/target/linux/generic/config-3.12 b/target/linux/generic/config-3.12 index 3ff458610b..09345f2eac 100644 --- a/target/linux/generic/config-3.12 +++ b/target/linux/generic/config-3.12 @@ -464,7 +464,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 diff --git a/target/linux/generic/config-3.13 b/target/linux/generic/config-3.13 index d2ed4f7ae0..cd68906265 100644 --- a/target/linux/generic/config-3.13 +++ b/target/linux/generic/config-3.13 @@ -470,7 +470,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 diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index bbb00de56c..aac873d1fd 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -478,7 +478,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