X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Framips.sh;h=7db6d370e865b458e2323e5c55067180955adf4b;hp=e42f719cd83d7bfbea08f1858ba0e630d5d935c1;hb=e04e44a2234d1bf25fa406e57b38aee2c05344e2;hpb=d738d22bf8303bd84e925b2b0c90793a1f3d89e5 diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index e42f719cd8..7db6d370e8 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -28,6 +28,9 @@ ramips_board_detect() { *"A5-V11") name="a5-v11" ;; + *"Aigale Ai-BR100") + name="ai-br100" + ;; *"Airlink101 AR670W") name="ar670w" ;; @@ -55,6 +58,9 @@ ramips_board_detect() { *"ARC FreeStation5") name="freestation5" ;; + *"Archer C20i") + name="c20i" + ;; *"Argus ATP-52B") name="argus-atp52b" ;; @@ -79,12 +85,30 @@ ramips_board_detect() { *"Aztech HW550-3G") name="hw550-3g" ;; + *"AXIMCom MR-102N") + name="mr-102n" + ;; + *"Buffalo WSR-600DHP") + name="wsr-600" + ;; + *"Buffalo WSR-1166DHP") + name="wsr-1166" + ;; + *"Comfast CF-WR800N") + name="cf-wr800n" + ;; + *"Firefly FireWRT") + name="firewrt" + ;; *"CY-SWR1100") name="cy-swr1100" ;; *"DCS-930") name="dcs-930" ;; + *"DCS-930L B1") + name="dcs-930l-b1" + ;; *"DIR-300 B1") name="dir-300-b1" ;; @@ -121,6 +145,9 @@ ramips_board_detect() { *"DIR-810L") name="dir-810l" ;; + *"DIR-860L B1") + name="dir-860l-b1" + ;; *"DAP-1350") name="dap-1350" ;; @@ -163,7 +190,7 @@ ramips_board_detect() { *"HILINK HLK-RM04") name="hlk-rm04" ;; - *"HOOTOO HT-TM02") + *"HooToo HT-TM02") name="ht-tm02" ;; *"HAME MPR-A1") @@ -175,12 +202,21 @@ ramips_board_detect() { *"Kingston MLW221") name="mlw221" ;; + *"Kingston MLWG2") + name="mlwg2" + ;; *"Linksys E1700") name="e1700" ;; + *"Linksys RE6500") + name="re6500" + ;; *"Planex MZK-750DHP") name="mzk-750dhp" ;; + *"Microduino MicroWRT") + name="microwrt" + ;; *"NBG-419N") name="nbg-419n" ;; @@ -199,6 +235,9 @@ ramips_board_detect() { *"NW718") name="nw718" ;; + *"Intenso Memory 2 Move") + name="m2m" + ;; *"Omnima EMB HPM") name="omni-emb-hpm" ;; @@ -208,6 +247,15 @@ ramips_board_detect() { *"Omnima MiniPlug") name="omni-plug" ;; + *"OLinuXino-RT5350F") + name="olinuxino-rt5350f" + ;; + *"OLinuXino-RT5350F-EVB") + name="olinuxino-rt5350f-evb" + ;; + *"PBR-M1") + name="pbr-m1" + ;; *"Petatel PSR-680W"*) name="psr-680w" ;; @@ -259,6 +307,9 @@ ramips_board_detect() { *"Sparklan WCR-150GN") name="wcr-150gn" ;; + *"STORYLiNK SAP-G3200U3") + name="sap-g3200u3" + ;; *"V22RW-2X2") name="v22rw-2x2" ;; @@ -292,6 +343,9 @@ ramips_board_detect() { *"Tenda 3G300M") name="3g300m" ;; + *"Tenda 3G150B") + name="3g150b" + ;; *"Tenda W306R V2.0") name="w306r-v20" ;; @@ -340,21 +394,42 @@ ramips_board_detect() { *"Wansview NCS601W") name="ncs601w" ;; + *"Xiaomi MiWiFi Mini") + name="xiaomi-miwifi-mini" + ;; *"Sercomm NA930") name="na930" ;; *"Zbtlink ZBT-WA05") name="zbt-wa05" ;; + *"OY-0001") + name="oy-0001" + ;; *"ZBT WR8305RT") name="wr8305rt" ;; + *"ZTE Q7") + name="zte-q7" + ;; *"Lenovo Y1") name="y1" ;; *"Lenovo Y1S") name="y1s" ;; + *"Mediatek MT7621 evaluation board") + name="mt7621" + ;; + *"Mediatek MT7628AN evaluation board") + name="mt7628" + ;; + *"Mediatek MT7688 evaluation board") + name="mt7688" + ;; + *"Planex MZK-DP150N") + name="mzk-dp150n" + ;; *) name="generic" ;;