X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Flib%2Framips.sh;h=5918640985cc57d6d00909c80c97632c57bed99c;hb=88df2bd2ff5aa7b31ce9aaeda25c60e8a9b980b2;hp=a24842e29f8940003fd43dc2855896731b689b4a;hpb=04e4ff282ad359485afe34deb658f36ffb34c16f;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 a24842e29f..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,6 +58,9 @@ ramips_board_detect() { *"ARC FreeStation5") name="freestation5" ;; + *"Archer C20i") + name="c20i" + ;; *"Argus ATP-52B") name="argus-atp52b" ;; @@ -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" ;; @@ -157,6 +175,9 @@ ramips_board_detect() { *"HILINK HLK-RM04") name="hlk-rm04" ;; + *"HooToo HT-TM02") + name="ht-tm02" + ;; *"HAME MPR-A1") name="mpr-a1" ;; @@ -166,6 +187,12 @@ ramips_board_detect() { *"Kingston MLW221") name="mlw221" ;; + *"Kingston MLWG2") + name="mlwg2" + ;; + *"Linksys E1700") + name="e1700" + ;; *"Planex MZK-750DHP") name="mzk-750dhp" ;; @@ -178,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" ;; @@ -214,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" ;; @@ -331,6 +373,12 @@ ramips_board_detect() { *"Lenovo Y1S") name="y1s" ;; + *"Mediatek MT7621 evaluation board") + name="mt7621" + ;; + *"Mediatek MT7628AN evaluation board") + name="mt7628" + ;; *) name="generic" ;;