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 | a0e3dd3d6556eadec9e1c046edeebd19f73fd628 (patch) | |
tree | 7ef602bace1d55e51ca71c330a947a5818a3f29f /target/linux/generic | |
parent | 34cf0e9e175f584030052a48029ef2a4afd19dac (diff) | |
download | master-187ad058-a0e3dd3d6556eadec9e1c046edeebd19f73fd628.tar.gz master-187ad058-a0e3dd3d6556eadec9e1c046edeebd19f73fd628.tar.bz2 master-187ad058-a0e3dd3d6556eadec9e1c046edeebd19f73fd628.zip |
kernel: enable bridge igmp snooping
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41366 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.10 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-3.12 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-3.13 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-3.14 | 2 |
4 files changed, 4 insertions, 4 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 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 |