ar71xx: Add support to Powerline ac TP-Link WPA8630
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / etc / board.d / 02_network
index 35a7407ef7d00b841c8b90de228d3c8cc129f204..e6489af8766faa0193509d10945f12c1b5fe6b55 100755 (executable)
@@ -71,6 +71,8 @@ ar71xx_setup_interfaces()
        eap7660d|\
        el-mini|\
        loco-m-xw|\
+       mr12|\
+       mr16|\
        mr1750|\
        mr1750v2|\
        mr18|\
@@ -230,6 +232,9 @@ ar71xx_setup_interfaces()
                ucidef_add_switch "switch0" \
                        "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
                ;;
+       dap-2695-a1)
+               ucidef_add_switch "switch0" "0@eth0" "2:lan" "3:wan" "6@eth1"
+               ;;
        db120|\
        rb-2011l|\
        rb-2011uas|\
@@ -393,6 +398,10 @@ ar71xx_setup_interfaces()
                ucidef_add_switch_port_attr "switch0" 2 led 9
                ucidef_add_switch_port_attr "switch0" 5 led 2
                ;;
+       wpa8630)
+               ucidef_add_switch "switch0" \
+                       "0@eth0" "2:lan:3" "3:lan:2" "4:lan:1" "5:lan:4"
+               ;;
        wpj344)
                ucidef_add_switch "switch0" \
                        "0@eth0" "3:lan" "2:wan"