ar71xx: add support for RB-941-2nD
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / etc / board.d / 02_network
index d163f6035f7d00ad0b933fa7cabd7cb99297dffe..d46266aa43e04466023e02986ed83c1ee457e3c7 100755 (executable)
@@ -91,6 +91,7 @@ ar71xx_setup_interfaces()
        rb-912uag-5hpnd|\
        rb-sxt2n|\
        rb-sxt5n|\
+       re450|\
        rocket-m-xw|\
        tl-mr10u|\
        tl-mr11u|\
@@ -211,7 +212,9 @@ ar71xx_setup_interfaces()
                ucidef_set_interface_lan "eth0" "dhcp"
                ;;
        cpe210|\
-       cpe510)
+       cpe510|\
+       wbs210|\
+       wbs510)
                ucidef_add_switch "switch0" \
                        "0@eth0" "5:lan" "4:wan"
                ;;
@@ -236,6 +239,10 @@ ar71xx_setup_interfaces()
        dap-2695-a1)
                ucidef_add_switch "switch0" "0@eth0" "2:lan" "3:wan" "6@eth1"
                ;;
+       rb-941-2nd)
+               ucidef_add_switch "switch0" \
+                       "0@eth0" "1:lan:4" "2:lan:3" "3:lan:2" "4:wan:1"
+       ;;
        db120|\
        rb-2011l|\
        rb-2011uas|\