ramips: Add support for ZBT WG3526
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 2ed09c9b33cc5474448ee18e24ebd6ba7c04e580..550ec55cd2c96bf9969b642b219c3ce9a18c5e6c 100755 (executable)
@@ -154,6 +154,9 @@ ramips_board_detect() {
        *"ESR-9753")
                name="esr-9753"
                ;;
+       *"EX2700")
+               name="ex2700";
+               ;;
        *"F5D8235 v1")
                name="f5d8235-v1"
                ;;
@@ -172,6 +175,15 @@ ramips_board_detect() {
        *"FreeStation5")
                name="freestation5"
                ;;
+       *"GL-MT300A")
+               name="gl-mt300a"
+               ;;
+       *"GL-MT300N")
+               name="gl-mt300n"
+               ;;
+       *"GL-MT750")
+               name="gl-mt750"
+               ;;
        *"HC5661")
                name="hc5661"
                ;;
@@ -199,13 +211,22 @@ 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 Smart7688")
+       *"MediaTek LinkIt Smart 7688")
                linkit="$(dd bs=1 skip=1024 count=12 if=/dev/mtd2 2> /dev/null)"
                if [ "${linkit}" = "LINKITS7688D" ]; then
                        name="linkits7688d"
@@ -229,6 +250,9 @@ ramips_board_detect() {
        *"MiWiFi Mini")
                name="miwifi-mini"
                ;;
+       *"MiWiFi Nano")
+               name="miwifi-nano"
+               ;;
        *"MLW221")
                name="mlw221"
                ;;
@@ -271,6 +295,9 @@ ramips_board_detect() {
        *"MZK-W300NH2"*)
                name="mzk-w300nh2"
                ;;
+       *"MZK-WDPR"*)
+               name="mzk-wdpr"
+               ;;
        *"NA930")
                name="na930"
                ;;
@@ -289,6 +316,9 @@ ramips_board_detect() {
        *"PBR-M1")
                name="pbr-m1"
                ;;
+       *"PSG1208")
+               name="psg1208"
+               ;;
        *"PSR-680W"*)
                name="psr-680w"
                ;;
@@ -349,6 +379,9 @@ ramips_board_detect() {
        *"TEW-692GR")
                name="tew-692gr"
                ;;
+       *"UBNT-ERX")
+               name="ubnt-erx"
+               ;;
        *"UR-326N4G")
                name="ur-326n4g"
                ;;
@@ -376,6 +409,9 @@ ramips_board_detect() {
        *"WCR-150GN")
                name="wcr-150gn"
                ;;
+       *"WF-2881")
+               name="wf-2881"
+               ;;
        *"WHR-1166D")
                name="whr-1166d"
                ;;
@@ -388,12 +424,15 @@ ramips_board_detect() {
        *"WHR-G300N")
                name="whr-g300n"
                ;;
+       *"WiTi")
+                name="witi"
+               ;;
        *"WIZARD 8800")
                name="wizard8800"
                ;;
        *"WizFi630A")
                name="wizfi630a"
-               ;;                
+               ;;
        *"WL-330N")
                name="wl-330n"
                ;;
@@ -421,9 +460,18 @@ ramips_board_detect() {
        *"WR6202")
                name="wr6202"
                ;;
+       *"WRH-300CR")
+               name="wrh-300cr"
+               ;;
        *"WRTNODE")
                name="wrtnode"
                ;;
+       *"WRTnode2R")
+               name="wrtnode2r"
+               ;;
+       *"WRTnode2P")
+               name="wrtnode2p"
+               ;;
        *"WSR-1166DHP")
                name="wsr-1166"
                ;;
@@ -454,9 +502,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"
                ;;