ramips: add Poray IP2202 support
[openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 7afa707..858a809 100755 (executable)
@@ -148,9 +148,21 @@ ramips_board_detect() {
        *"Planex MZK-W300NH2"*)
                name="mzk-w300nh2"
                ;;
+       *"Poray IP2202")
+               name="ip2202"
+               ;;
        *"Poray M3")
                name="m3"
                ;;
+       *"Poray M4")
+               name="m4"
+               ;;
+       *"Poray X5")
+               name="x5"
+               ;;
+       *"Poray X8")
+               name="x8"
+               ;;
        *"PWH2004")
                name="pwh2004"
                ;;