X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Framips.sh;h=0ac0f68bb5939e39461b9c3163c61281a131be24;hp=5b6808e0b314f17c1f9390da21f800c61def9ae4;hb=HEAD;hpb=59171b1d6f2b4d118f6a53dbba86d0e3a0279306 diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 5b6808e0b3..0ac0f68bb5 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -88,6 +88,9 @@ ramips_board_detect() { *"CF-WR800N") name="cf-wr800n" ;; + *"CS-QR10") + name="cs-qr10" + ;; *"CY-SWR1100") name="cy-swr1100" ;; @@ -145,12 +148,18 @@ ramips_board_detect() { *"DIR-860L B1") name="dir-860l-b1" ;; + *"Dovado Tiny AC") + name="tiny-ac" + ;; *"E1700") name="e1700" ;; *"ESR-9753") name="esr-9753" ;; + *"EX2700") + name="ex2700"; + ;; *"F5D8235 v1") name="f5d8235-v1" ;; @@ -169,6 +178,24 @@ ramips_board_detect() { *"FreeStation5") name="freestation5" ;; + *"GL-MT300A") + name="gl-mt300a" + ;; + *"GL-MT300N") + name="gl-mt300n" + ;; + *"GL-MT750") + name="gl-mt750" + ;; + *"HC5661") + name="hc5661" + ;; + *"HC5761") + name="hc5761" + ;; + *"HC5861") + name="hc5861" + ;; *"HG255D") name="hg255d" ;; @@ -187,12 +214,30 @@ ramips_board_detect() { *"IP2202") name="ip2202" ;; + *"JHR-N805R") + name="jhr-n805r" + ;; + *"JHR-N825R") + name="jhr-n825r" + ;; + *"JHR-N926R") + name="jhr-n926r" + ;; *"M3") name="m3" ;; *"M4") name="m4" ;; + *"MediaTek LinkIt Smart 7688") + linkit="$(dd bs=1 skip=1024 count=12 if=/dev/mtd2 2> /dev/null)" + if [ "${linkit}" = "LINKITS7688D" ]; then + name="linkits7688d" + RAMIPS_MODEL="${machine} DUO" + else + name="linkits7688" + fi + ;; *"Memory 2 Move") name="m2m" ;; @@ -208,6 +253,9 @@ ramips_board_detect() { *"MiWiFi Mini") name="miwifi-mini" ;; + *"MiWiFi Nano") + name="miwifi-nano" + ;; *"MLW221") name="mlw221" ;; @@ -247,9 +295,18 @@ ramips_board_detect() { *"MZK-DP150N") name="mzk-dp150n" ;; + *"MZK-EX300NP") + name="mzk-ex300np" + ;; + *"MZK-EX750NP") + name="mzk-ex750np" + ;; *"MZK-W300NH2"*) name="mzk-w300nh2" ;; + *"MZK-WDPR"*) + name="mzk-wdpr" + ;; *"NA930") name="na930" ;; @@ -268,6 +325,9 @@ ramips_board_detect() { *"PBR-M1") name="pbr-m1" ;; + *"PSG1208") + name="psg1208" + ;; *"PSR-680W"*) name="psr-680w" ;; @@ -328,6 +388,9 @@ ramips_board_detect() { *"TEW-692GR") name="tew-692gr" ;; + *"UBNT-ERX") + name="ubnt-erx" + ;; *"UR-326N4G") name="ur-326n4g" ;; @@ -355,6 +418,9 @@ ramips_board_detect() { *"WCR-150GN") name="wcr-150gn" ;; + *"WF-2881") + name="wf-2881" + ;; *"WHR-1166D") name="whr-1166d" ;; @@ -367,9 +433,15 @@ ramips_board_detect() { *"WHR-G300N") name="whr-g300n" ;; + *"WiTi") + name="witi" + ;; *"WIZARD 8800") name="wizard8800" ;; + *"WizFi630A") + name="wizfi630a" + ;; *"WL-330N") name="wl-330n" ;; @@ -391,15 +463,27 @@ ramips_board_detect() { *"WNCE2001") name="wnce2001" ;; + *"WNDR3700v5") + name="wndr3700v5" + ;; *"WR512-3GN-like"*) name="wr512-3gn" ;; *"WR6202") name="wr6202" ;; + *"WRH-300CR") + name="wrh-300cr" + ;; *"WRTNODE") name="wrtnode" ;; + *"WRTnode2R") + name="wrtnode2r" + ;; + *"WRTnode2P") + name="wrtnode2p" + ;; *"WSR-1166DHP") name="wsr-1166" ;; @@ -430,9 +514,21 @@ ramips_board_detect() { *"ZBT-WA05") name="zbt-wa05" ;; + *"ZBT-WE826") + name="zbt-we826" + ;; + *"ZBT-WG2626") + name="zbt-wg2626" + ;; + *"ZBT-WG3526") + name="zbt-wg3526" + ;; *"ZBT-WR8305RT") name="zbt-wr8305rt" ;; + *"YK1") + name="youku-yk1" + ;; *) name="generic" ;;