ar71xx: Add support to DomyWifi DW33D
[openwrt/staging/wigyori.git] / target / linux / ar71xx / base-files / etc / board.d / 02_network
index a2bd6b11bcfed43bcfeb2e5c9206118523eb1204..eaf67180e8f6376ceca4b66b290237d1ab5029d4 100755 (executable)
@@ -66,6 +66,7 @@ ar71xx_setup_interfaces()
        bullet-m|\
        c-55|\
        cap4200ag|\
+       eap120|\
        eap300v2|\
        eap7660d|\
        el-mini|\
@@ -199,6 +200,10 @@ ar71xx_setup_interfaces()
                ucidef_add_switch "switch0" \
                        "0@eth1" "1:lan" "3:lan"
                ;;
+       c-60)
+               ucidef_add_switch "switch0" \
+                       "0@eth0" "3:wan" "4:lan"
+               ;;
        cap324)
                ucidef_set_interface_lan "eth0" "dhcp"
                ;;
@@ -285,6 +290,7 @@ ar71xx_setup_interfaces()
                ucidef_add_switch "switch0" \
                        "0:lan" "1:lan" "3@eth1"
                ;;
+       dir-869-a1|\
        epg5000|\
        esr1750)
                ucidef_add_switch "switch0" \
@@ -299,6 +305,7 @@ ar71xx_setup_interfaces()
                ucidef_add_switch "switch0" \
                        "0@eth0" "2:lan" "3:lan"
                ;;
+       dw33d|\
        f9k1115v2)
                ucidef_set_interfaces_lan_wan "eth1" "eth0"
                ucidef_add_switch "switch0" \
@@ -434,6 +441,7 @@ ar71xx_setup_macs()
        esr900)
                wan_mac=$(mtd_get_mac_ascii u-boot-env "wanaddr")
                ;;
+       dir-869-a1|\
        mynet-n750)
                wan_mac=$(mtd_get_mac_ascii devdata "wanmac")
                ;;