ar71xx: Add eTactica EG-200 support
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / etc / board.d / 02_network
index 675c1f7718e55e7706eeea728c82c9d5900a86ad..f131b3b633e68f92cfc84adbec0714f45025efe9 100755 (executable)
@@ -93,6 +93,8 @@ ar71xx_setup_interfaces()
        pqi-air-pen|\
        rb-411|\
        rb-411u|\
+       rb-911-2hn|\
+       rb-911-5hn|\
        rb-911g-2hpnd|\
        rb-911g-5hpacd|\
        rb-911g-5hpnd|\
@@ -104,6 +106,8 @@ ar71xx_setup_interfaces()
        rb-sxt2n|\
        rb-sxt5n|\
        rb-wap-2nd|\
+       rb-wapg-5hact2hnd|\
+       re355|\
        re450|\
        rocket-m-xw|\
        sc300m |\
@@ -258,7 +262,8 @@ ar71xx_setup_interfaces()
                ucidef_add_switch "switch0" \
                        "0@eth0" "3:wan" "4:lan"
                ;;
-       cap324)
+       cap324|\
+       rme-eg200)
                ucidef_set_interface_lan "eth0" "dhcp"
                ;;
        cpe210|\
@@ -369,6 +374,12 @@ ar71xx_setup_interfaces()
                ucidef_add_switch "switch0" \
                        "0@eth0" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "5:wan"
                ;;
+       ew-balin)
+# usb0 is RNDIS interface over USB in device mode
+               ucidef_set_interface_raw "usb2" "usb0" "static"
+               ucidef_add_switch "switch0" \
+                       "0@eth0" "5:lan:4" "4:lan:5" "3:wan"
+               ;;
        ew-dorin)
                ucidef_add_switch "switch0" \
                        "0@eth0" "1:lan" "2:lan" "3:wan"
@@ -390,6 +401,12 @@ ar71xx_setup_interfaces()
                ucidef_add_switch "switch0" \
                        "0@eth1" "1:lan" "2:lan" "3:lan" "4:lan"
                ;;
+       gl-ar750|\
+       rb-435g)
+               ucidef_set_interfaces_lan_wan "eth1.1" "eth0"
+               ucidef_add_switch "switch0" \
+                       "0@eth1" "1:lan" "2:lan"
+               ;;
        jwap230)
                ucidef_set_interfaces_lan_wan "eth0.1" "eth1.2"
                ucidef_add_switch "switch0" \
@@ -402,11 +419,6 @@ ar71xx_setup_interfaces()
        onion-omega)
                ucidef_set_interface_lan "wlan0"
                ;;
-       rb-435g)
-               ucidef_set_interfaces_lan_wan "eth1.1" "eth0"
-               ucidef_add_switch "switch0" \
-                       "0@eth1" "1:lan" "2:lan"
-               ;;
        rb-450)
                ucidef_set_interfaces_lan_wan "eth1.1" "eth0"
                ucidef_add_switch "switch0" \
@@ -424,6 +436,7 @@ ar71xx_setup_interfaces()
                ucidef_add_switch "switch1" \
                        "0@eth1" "1:lan:4" "2:lan:1" "3:lan:3" "4:lan:2" "5:wan"
                ;;
+       cf-e375ac |\
        rb-map-2nd)
                ucidef_add_switch "switch0" \
                        "0@eth0" "1:wan" "2:lan"
@@ -563,6 +576,10 @@ ar71xx_setup_macs()
        mynet-n750)
                wan_mac=$(mtd_get_mac_ascii devdata "wanmac")
                ;;
+       wlr8100)
+               lan_mac=$(mtd_get_mac_ascii u-boot-env "ethaddr")
+               wan_mac=$(mtd_get_mac_ascii u-boot-env "wanaddr")
+               ;;
        wpj344|\
        wpj558)
                wan_mac=$(mtd_get_mac_binary u-boot 0x2e018)