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 <cezary.jackiewicz@gmail.com>

Backport of r42194

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42395 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2014-09-01 13:22:14 +00:00
parent b2a21b5f8b
commit f8d4a15db9
1 changed files with 1 additions and 1 deletions

View File

@ -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 | \