diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-01 13:22:14 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-01 13:22:14 +0000 |
commit | b97efe179bec6dc2276a601ec71c8e897f0ad006 (patch) | |
tree | 7893208a81ed615ed188767365ca05a7a90569e4 /target | |
parent | 4bdafb6fac41380b9895d8c314c0375e096b934b (diff) | |
download | upstream-b97efe179bec6dc2276a601ec71c8e897f0ad006.tar.gz upstream-b97efe179bec6dc2276a601ec71c8e897f0ad006.tar.bz2 upstream-b97efe179bec6dc2276a601ec71c8e897f0ad006.zip |
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
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/ramips/base-files/etc/uci-defaults/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
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 | \ |