Author: blogic Date: 2014-08-18 15:10:04 +0200 (Mon, 18 Aug 2014) New Revision: 42194
Modified: trunk/target/linux/ramips/base-files/etc/board.d/02_network Log: 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 <[email protected]> Modified: trunk/target/linux/ramips/base-files/etc/board.d/02_network =================================================================== --- trunk/target/linux/ramips/base-files/etc/board.d/02_network 2014-08-18 13:10:00 UTC (rev 42193) +++ trunk/target/linux/ramips/base-files/etc/board.d/02_network 2014-08-18 13:10:04 UTC (rev 42194) @@ -61,7 +61,6 @@ ucidef_set_interface_lan "eth0.1" ;; - 3g-6200n | \ b2c | \ nw718 | \ psr-680w | \ @@ -98,6 +97,7 @@ ucidef_add_switch_vlan "switch0" "2" "4 9t" ;; + 3g-6200n | \ dir-610-a1 | \ dir-300-b7 | \ dir-320-b1 | \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
