X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Framips.sh;h=5918640985cc57d6d00909c80c97632c57bed99c;hb=88df2bd2ff5aa7b31ce9aaeda25c60e8a9b980b2;hp=2ae8c9e8ffb81f75a65871fc10400088dca32108;hpb=03faf4618e65079268a7372a13669d5e10869c88;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 2ae8c9e8ff..5918640985 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -25,6 +25,15 @@ ramips_board_detect() { *"Edimax 3g-6200nl") name="3g-6200nl" ;; + *"A5-V11") + name="a5-v11" + ;; + *"Aigale Ai-BR100") + name="ai-br100" + ;; + *"Airlink101 AR670W") + name="ar670w" + ;; *"Airlink101 AR725W") name="ar725w" ;; @@ -49,18 +58,21 @@ ramips_board_detect() { *"ARC FreeStation5") name="freestation5" ;; + *"Archer C20i") + name="c20i" + ;; *"Argus ATP-52B") name="argus-atp52b" ;; *"AsiaRF AWM002 EVB") name="awm002-evb" ;; + *"AsiaRF AWM003 EVB") + name="awm003-evb" + ;; *"AsiaRF AWAPN2403") name="awapn2403" ;; - *"BR6524N") - name="br6524n" - ;; *"Asus WL-330N") name="wl-330n" ;; @@ -73,6 +85,12 @@ ramips_board_detect() { *"Aztech HW550-3G") name="hw550-3g" ;; + *"Buffalo WSR-600DHP") + name="wsr-600" + ;; + *"Buffalo WSR-1166DHP") + name="wsr-1166" + ;; *"CY-SWR1100") name="cy-swr1100" ;; @@ -121,6 +139,9 @@ ramips_board_detect() { *"ESR-9753") name="esr-9753" ;; + *"EASYACC WI-STOR WIZARD 8800") + name="wizard8800" + ;; *"Edimax BR-6475nD") name="br-6475nd" ;; @@ -154,12 +175,27 @@ ramips_board_detect() { *"HILINK HLK-RM04") name="hlk-rm04" ;; + *"HooToo HT-TM02") + name="ht-tm02" + ;; *"HAME MPR-A1") name="mpr-a1" ;; *"HAME MPR-A2") name="mpr-a2" ;; + *"Kingston MLW221") + name="mlw221" + ;; + *"Kingston MLWG2") + name="mlwg2" + ;; + *"Linksys E1700") + name="e1700" + ;; + *"Planex MZK-750DHP") + name="mzk-750dhp" + ;; *"NBG-419N") name="nbg-419n" ;; @@ -169,15 +205,27 @@ ramips_board_detect() { *"NexAira BC2") name="bc2" ;; + *"Nexx WT1520") + name="wt1520" + ;; + *"Nexx WT3020") + name="wt3020" + ;; *"NW718") name="nw718" ;; + *"Intenso Memory 2 Move") + name="m2m" + ;; *"Omnima EMB HPM") name="omni-emb-hpm" ;; *"Omnima MiniEMBWiFi") name="omni-emb" ;; + *"Omnima MiniPlug") + name="omni-plug" + ;; *"Petatel PSR-680W"*) name="psr-680w" ;; @@ -205,6 +253,9 @@ ramips_board_detect() { *"Asus RP-N53") name="rp-n53" ;; + *"Ralink MT7620a + MT7530 evaluation board") + name="mt7620a_mt7530" + ;; *"RT-G32 B1") name="rt-g32-b1" ;; @@ -229,6 +280,9 @@ ramips_board_detect() { *"V22RW-2X2") name="v22rw-2x2" ;; + *"VoCore") + name="vocore" + ;; *"W502U") name="w502u" ;; @@ -310,6 +364,21 @@ ramips_board_detect() { *"Zbtlink ZBT-WA05") name="zbt-wa05" ;; + *"ZBT WR8305RT") + name="wr8305rt" + ;; + *"Lenovo Y1") + name="y1" + ;; + *"Lenovo Y1S") + name="y1s" + ;; + *"Mediatek MT7621 evaluation board") + name="mt7621" + ;; + *"Mediatek MT7628AN evaluation board") + name="mt7628" + ;; *) name="generic" ;;