[OpenWrt-Devel] [PATCH] ramips: fix switch config for Edimax 3G-6200n
Cezary Jackiewicz
cezary.jackiewicz at gmail.com
Fri Aug 15 03:15:17 EDT 2014
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 at gmail.com>
---
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 95e728c..49c2272 100755
--- a/target/linux/ramips/base-files/etc/uci-defaults/02_network
+++ b/target/linux/ramips/base-files/etc/uci-defaults/02_network
@@ -61,7 +61,6 @@ ramips_setup_interfaces()
ucidef_set_interface_lan "eth0.1"
;;
- 3g-6200n | \
b2c | \
nw718 | \
psr-680w | \
@@ -98,6 +97,7 @@ ramips_setup_interfaces()
ucidef_add_switch_vlan "switch0" "2" "4 9t"
;;
+ 3g-6200n | \
dir-610-a1 | \
dir-300-b7 | \
dir-320-b1 | \
--
Pozdrawiam,
Cezary Jackiewicz
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list