ar71xx: add user space support for the TL-WA801ND v2
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / etc / uci-defaults / 02_network
index b654bbbd353b31180308df330294874fc17f57fa..129459183540ada5905a2fd28ab7134263449078 100755 (executable)
@@ -22,7 +22,8 @@ ubnt-unifi-outdoor)
        ucidef_set_interface_lan "eth0 eth1"
        ;;
 
-ap132)
+ap132 |\
+wlr8100)
        ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
        ucidef_add_switch "switch0" "1" "1"
        ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"
@@ -37,7 +38,8 @@ ap136-010)
        ;;
 
 ap136-020 |\
-ap135-020)
+ap135-020 |\
+tl-wr1043nd-v2)
        ucidef_set_interfaces_lan_wan "eth1" "eth0"
        ucidef_add_switch "switch0" "1" "1"
        ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
@@ -168,6 +170,7 @@ tl-wr941nd)
 
 tl-mr3420-v2 |\
 tl-wr841n-v8 |\
+tl-wr842n-v2 |\
 wnr2000-v3 |\
 wnr2200 |\
 wnr612-v2)
@@ -210,6 +213,10 @@ wndr4300)
        ucidef_add_switch "switch0" "1" "1"
        ucidef_add_switch_vlan "switch0" "1" "0t 1 2 3 4"
        ucidef_add_switch_vlan "switch0" "2" "0t 5"
+       mac_lan=$(mtd_get_mac_binary caldata 0)
+       [ -n "$mac_lan" ] && ucidef_set_interface_macaddr "lan" "$mac_lan"
+       mac_wan=$(mtd_get_mac_binary caldata 6)
+       [ -n "$mac_wan" ] && ucidef_set_interface_macaddr "wan" "$mac_wan"
        ;;
 
 all0305 |\
@@ -225,10 +232,15 @@ tl-mr11u |\
 tl-mr13u |\
 tl-mr3020 |\
 tl-mr3040 |\
+tl-mr3040-v2 |\
+tl-wa750re |\
+tl-wa850re |\
+tl-wa801nd-v2 |\
 tl-wa901nd |\
 tl-wa901nd-v2 |\
 tl-wr703n |\
 wndap360 |\
+mynet-rext |\
 wp543)
        ucidef_set_interface_lan "eth0"
        ;;