X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Framips.sh;h=858a8092e7ad52a0fc6c1d3670767c4197de5bfc;hp=7afa707363abe32720668ae48522454616a689c4;hb=fb26f22387890c9b85a9ddbdca3116e157b59edf;hpb=489deea3fa726eabbb96a1b3b6ca79bf6111a57a diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 7afa707363..858a8092e7 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -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" ;;