ramips: add support for dir810l and asus rp-n53
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 1bf93e30bfe010b04a45cfb9149e37c650df691a..3ec44d2fffc2b942191c6508131dd90bb0a8825b 100755 (executable)
@@ -88,6 +88,9 @@ ramips_board_detect() {
        *"DIR-645")
                name="dir-645"
                ;;
+       *"DIR-810L")
+               name="dir-810l"
+               ;;
        *"DAP-1350")
                name="dap-1350"
                ;;
@@ -148,6 +151,9 @@ ramips_board_detect() {
        *"Planex MZK-W300NH2"*)
                name="mzk-w300nh2"
                ;;
+       *"Poray IP2202")
+               name="ip2202"
+               ;;
        *"Poray M3")
                name="m3"
                ;;
@@ -157,9 +163,15 @@ ramips_board_detect() {
        *"Poray X5")
                name="x5"
                ;;
+       *"Poray X8")
+               name="x8"
+               ;;
        *"PWH2004")
                name="pwh2004"
                ;;
+       *"Asus RP-N53")
+               name="rp-n53"
+               ;;
        *"RT-G32 B1")
                name="rt-g32-b1"
                ;;