ar71xx: add support for AR9331 based Hak5 devices
[openwrt/staging/blogic.git] / target / linux / ar71xx / base-files / etc / board.d / 02_network
index 675c1f7718e55e7706eeea728c82c9d5900a86ad..46599058c41b2d0c568ccf80b1ddc1becf25b28e 100755 (executable)
@@ -34,6 +34,7 @@ ar71xx_setup_interfaces()
        rb-750|\
        rb-751|\
        som9331|\
+       t830|\
        tew-632brp|\
        tew-712br|\
        tew-732br|\
@@ -93,6 +94,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 +107,8 @@ ar71xx_setup_interfaces()
        rb-sxt2n|\
        rb-sxt5n|\
        rb-wap-2nd|\
+       rb-wapg-5hact2hnd|\
+       re355|\
        re450|\
        rocket-m-xw|\
        sc300m |\
@@ -135,6 +140,7 @@ ar71xx_setup_interfaces()
        unifi|\
        unifiac-lite|\
        wi2a-ac200i|\
+       wifi-pineapple-nano|\
        wndap360|\
        wp543)
                ucidef_set_interface_lan "eth0"
@@ -258,9 +264,20 @@ ar71xx_setup_interfaces()
                ucidef_add_switch "switch0" \
                        "0@eth0" "3:wan" "4:lan"
                ;;
-       cap324)
+       cap324|\
+       rme-eg200)
                ucidef_set_interface_lan "eth0" "dhcp"
                ;;
+       cf-e375ac|\
+       rb-map-2nd)
+               ucidef_add_switch "switch0" \
+                       "0@eth0" "1:wan" "2:lan"
+               ;;
+       cf-e385ac)
+               ucidef_set_interfaces_lan_wan "eth0.1" "eth1.2"
+               ucidef_add_switch "switch0" \
+                       "0@eth0" "2:lan" "1:wan" "6@eth1"
+               ;;
        cpe210|\
        cpe510|\
        wbs210|\
@@ -350,6 +367,12 @@ ar71xx_setup_interfaces()
                        "0u@eth0" "2:lan" "3:lan" "4:lan"
                ucidef_add_switch_attr "switch0" "enable" "false"
                ;;
+       e1700ac-v2|\
+       unifiac-pro|\
+       xd3200)
+               ucidef_add_switch "switch0" \
+                       "0@eth0" "2:lan" "3:wan"
+               ;;
        ebr-2310-c1)
                ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
                ucidef_add_switch "switch0" \
@@ -369,6 +392,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 +419,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 +437,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,10 +454,6 @@ ar71xx_setup_interfaces()
                ucidef_add_switch "switch1" \
                        "0@eth1" "1:lan:4" "2:lan:1" "3:lan:3" "4:lan:2" "5:wan"
                ;;
-       rb-map-2nd)
-               ucidef_add_switch "switch0" \
-                       "0@eth0" "1:wan" "2:lan"
-               ;;
        rut900)
                ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
                ucidef_add_switch "switch0" \
@@ -480,11 +506,6 @@ ar71xx_setup_interfaces()
                ucidef_add_switch "switch0" \
                        "0@eth0" "1:lan" "2:wan"
                ;;
-       unifiac-pro|\
-       xd3200)
-               ucidef_add_switch "switch0" \
-                       "0@eth0" "2:lan" "3:wan"
-               ;;
        wndr3700|\
        wndr3700v2|\
        wndr3800|\
@@ -563,6 +584,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)