ramips: add Poray M4 4M/8M support
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index c5f216f780660f5443e494ebbe1bfda8d0f322f4..e3776f1304d2d641f088820d5d09d90dad0b4034 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,9 @@ ramips_board_detect() {
        *"MoFi Network MOFI3500-3GN")
                name="mofi3500-3gn"
                ;;
+       *"HAME MPR-A1")
+               name="mpr-a1"
+               ;;
        *"HAME MPR-A2")
                name="mpr-a2"
                ;;
@@ -142,6 +148,12 @@ ramips_board_detect() {
        *"Planex MZK-W300NH2"*)
                name="mzk-w300nh2"
                ;;
+       *"Poray M3")
+               name="m3"
+               ;;
+       *"Poray M4")
+               name="m4"
+               ;;
        *"PWH2004")
                name="pwh2004"
                ;;
@@ -217,6 +229,9 @@ ramips_board_detect() {
        *"XDX RN502J")
                name="xdxrn502j"
                ;;
+       *"HG255D")
+               name="hg255d"
+               ;;
        *)
                name="generic"
                ;;