ramips: add Poray IP2202 support
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 03ae25bcb1134fb8c16907382bf545d9eef95661..858a8092e7ad52a0fc6c1d3670767c4197de5bfc 100755 (executable)
@@ -46,6 +46,9 @@ ramips_board_detect() {
        *"Argus ATP-52B")
                name="argus-atp52b"
                ;;
+       *"AsiaRF AWM002-EVB")
+               name="awm002-evb"
+               ;;
        *"BR6524N")
                name="br6524n"
                ;;
@@ -115,6 +118,12 @@ ramips_board_detect() {
        *"MoFi Network MOFI3500-3GN")
                name="mofi3500-3gn"
                ;;
+       *"HAME MPR-A1")
+               name="mpr-a1"
+               ;;
+       *"HAME MPR-A2")
+               name="mpr-a2"
+               ;;
        *"NBG-419N")
                name="nbg-419n"
                ;;
@@ -139,6 +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"
                ;;
@@ -214,6 +238,9 @@ ramips_board_detect() {
        *"XDX RN502J")
                name="xdxrn502j"
                ;;
+       *"HG255D")
+               name="hg255d"
+               ;;
        *)
                name="generic"
                ;;