ar71xx: add preliminary support for Mikrotik RB2011L
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / base-files / etc / uci-defaults / network
index 3fbb9fccaa10c31498e59fb6cdfbc19e3aeecb74..f4fa7a2500d5289d42c89b975c49ae6e4636e875 100755 (executable)
@@ -15,12 +15,14 @@ ucidef_set_interface_loopback
 board=$(ar71xx_board_name)
 
 case "$board" in
+all0315n |\
 all0258n |\
 ja76pf2)
        ucidef_set_interface_lan "eth0 eth1"
        ;;
 
-db120)
+db120 |\
+rb-2011l)
        ucidef_set_interfaces_lan_wan "eth0.1 eth1" "eth0.2"
        ucidef_add_switch "eth0" "1" "1"
        ucidef_add_switch_vlan "eth0" "1" "0t 2 3 4 5"
@@ -30,6 +32,8 @@ db120)
        ;;
 
 dir-825-b1|\
+dir-825-b1-openwrt|\
+dir-825-b1-tostock|\
 tew-673gru)
        ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
        ucidef_add_switch "rtl8366s" "1" "1"
@@ -62,6 +66,7 @@ routerstation-pro)
        ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
        ;;
 
+ap136 |\
 rb-750gl |\
 rb-751g |\
 wzr-hp-g450h)
@@ -89,6 +94,7 @@ ap113)
        ucidef_add_switch_vlan "eth0" "2" "0t 2"
        ;;
 
+tl-wdr4300|\
 tl-wr1041n-v2)
        ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
        ucidef_add_switch "eth0" "1" "1"
@@ -128,9 +134,11 @@ wzr-hp-g300nh)
        ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
        ;;
 
+all0305 |\
 aw-nr580 |\
 bullet-m |\
 eap7660d |\
+ew-dorin |\
 rb-411 |\
 tl-mr11u |\
 tl-mr3020 |\
@@ -163,6 +171,7 @@ ja76pf |\
 rb-750 |\
 rb-751 |\
 tew-632brp |\
+tew-712br |\
 tl-mr3220 |\
 tl-mr3420 |\
 tl-wr741nd |\
@@ -184,6 +193,12 @@ wzr-hp-g450h)
        ucidef_add_switch_vlan "eth0" "2" "0t 1"
        ;;
 
+ew-dorin-router)
+       ucidef_set_interfaces_lan_wan "eth0" "eth1"
+       ucidef_add_switch "eth0" "1" "1"
+       ucidef_add_switch_vlan "eth0" "1" "0 2 3"
+       ;;
+
 *)
        ucidef_set_interfaces_lan_wan "eth0" "eth1"
        ;;