From: John Crispin Date: Mon, 1 Sep 2014 13:22:14 +0000 (+0000) Subject: ramips: fix switch config for Edimax 3G-6200n X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=df26267292f08e37ba8d6711e84aa31e50b5c2b9;p=openwrt%2Fsvn-archive%2Fopenwrt.git ramips: fix switch config for Edimax 3G-6200n Switch in Edimax 3G-6200n also require full switch reset, not only vlan definitions. Tested on Edimax 3G-6200n. Signed-off-by: Cezary Jackiewicz Backport of r42194 SVN-Revision: 42395 --- diff --git a/target/linux/ramips/base-files/etc/uci-defaults/02_network b/target/linux/ramips/base-files/etc/uci-defaults/02_network index 66ad1352d5..6840fb6d11 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/02_network +++ b/target/linux/ramips/base-files/etc/uci-defaults/02_network @@ -60,7 +60,6 @@ ramips_setup_interfaces() ucidef_set_interface_lan "eth0.1" ;; - 3g-6200n | \ b2c | \ nw718 | \ psr-680w | \ @@ -97,6 +96,7 @@ ramips_setup_interfaces() ucidef_add_switch_vlan "switch0" "2" "4 9t" ;; + 3g-6200n | \ dir-610-a1 | \ dir-300-b7 | \ dir-320-b1 | \