X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Framips.sh;h=858a8092e7ad52a0fc6c1d3670767c4197de5bfc;hb=169e1845216fb3fe7c436ef0e37e02a0bcc182b0;hp=03ae25bcb1134fb8c16907382bf545d9eef95661;hpb=30786d2dd0e0063b56ba5e616e868f4e6775eaad;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 03ae25bcb1..858a8092e7 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -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" ;;