ramips:support Lenovo AC1200 Wireless router
[openwrt.git] / target / linux / ramips / base-files / etc / uci-defaults / 02_network
index be70698..95e728c 100755 (executable)
@@ -184,6 +184,13 @@ ramips_setup_interfaces()
                ucidef_add_switch_vlan "switch0" "2" "4 6t"
                ;;
 
+       y1 |\
+       y1s)
+               ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+               ucidef_add_switch "switch0" "1" "1"
+               ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5 6t"
+               ucidef_add_switch_vlan "switch0" "2" "0 6t"
+               ;;
        d105 | \
        na930 | \
        omni-emb-hpm|\
@@ -249,7 +256,9 @@ ramips_setup_macs()
        dir-300-b7 | \
        dir-320-b1 | \
        psr-680w |\
-       sl-r7205)
+       sl-r7205 |\
+       y1 |\
+       y1s)
                lan_mac=$(cat /sys/class/net/eth0/address)
                lan_mac=$(macaddr_setbit_la "$lan_mac")
                wan_mac=$(macaddr_add "$lan_mac" 1)