X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Framips.sh;h=eeb8df049ee9acb57e63e79c28c13ad04008e2ed;hb=ada0452b14a3f3ad6b1b5dcbeee7623c25cfd0fd;hp=2e831d29313ead4f5816559f6ef74d70cb62984f;hpb=74db9511dc40410aceb6ab7122c965aa4bc42af3;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 2e831d2931..eeb8df049e 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" ;; @@ -55,12 +64,12 @@ ramips_board_detect() { *"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 +82,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 +136,9 @@ ramips_board_detect() { *"ESR-9753") name="esr-9753" ;; + *"EASYACC WI-STOR WIZARD 8800") + name="wizard8800" + ;; *"Edimax BR-6475nD") name="br-6475nd" ;; @@ -154,12 +172,21 @@ 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" + ;; + *"Linksys E1700") + name="e1700" + ;; *"Planex MZK-750DHP") name="mzk-750dhp" ;; @@ -172,6 +199,12 @@ ramips_board_detect() { *"NexAira BC2") name="bc2" ;; + *"Nexx WT1520") + name="wt1520" + ;; + *"Nexx WT3020") + name="wt3020" + ;; *"NW718") name="nw718" ;; @@ -181,6 +214,9 @@ ramips_board_detect() { *"Omnima MiniEMBWiFi") name="omni-emb" ;; + *"Omnima MiniPlug") + name="omni-plug" + ;; *"Petatel PSR-680W"*) name="psr-680w" ;; @@ -208,6 +244,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" ;; @@ -232,6 +271,9 @@ ramips_board_detect() { *"V22RW-2X2") name="v22rw-2x2" ;; + *"VoCore") + name="vocore" + ;; *"W502U") name="w502u" ;; @@ -316,6 +358,18 @@ ramips_board_detect() { *"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" ;;