ramips: Adding support for AXIMCom MR-102N 3G/4G Travel Mobile Router
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 08c5dff020620033b617094dd3eb78fe23df46cb..cd4e39c5f7918d58e0abcb246a73bf81b03b2134 100755 (executable)
@@ -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,21 @@ 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"
                ;;
@@ -115,6 +142,9 @@ ramips_board_detect() {
        *"DIR-810L")
                name="dir-810l"
                ;;
+       *"DIR-860L B1")
+               name="dir-860l-b1"
+               ;;
        *"DAP-1350")
                name="dap-1350"
                ;;
@@ -157,7 +187,7 @@ ramips_board_detect() {
        *"HILINK HLK-RM04")
                name="hlk-rm04"
                ;;
-       *"HOOTOO HT-TM02")
+       *"HooToo HT-TM02")
                name="ht-tm02"
                ;;
        *"HAME MPR-A1")
@@ -169,9 +199,18 @@ ramips_board_detect() {
        *"Kingston MLW221")
                name="mlw221"
                ;;
+       *"Kingston MLWG2")
+               name="mlwg2"
+               ;;
+       *"Linksys E1700")
+               name="e1700"
+               ;;
        *"Planex MZK-750DHP")
                name="mzk-750dhp"
                ;;
+       *"Microduino MicroWRT")
+               name="microwrt"
+               ;;
        *"NBG-419N")
                name="nbg-419n"
                ;;
@@ -184,9 +223,15 @@ ramips_board_detect() {
        *"Nexx WT1520")
                name="wt1520"
                ;;
+       *"Nexx WT3020")
+               name="wt3020"
+               ;;
        *"NW718")
                name="nw718"
                ;;
+       *"Intenso Memory 2 Move")
+               name="m2m"
+               ;;
        *"Omnima EMB HPM")
                name="omni-emb-hpm"
                ;;
@@ -223,6 +268,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"
                ;;
@@ -277,6 +325,9 @@ ramips_board_detect() {
        *"Tenda 3G300M")
                name="3g300m"
                ;;
+       *"Tenda 3G150B")
+               name="3g150b"
+               ;;
        *"Tenda W306R V2.0")
                name="w306r-v20"
                ;;
@@ -325,6 +376,9 @@ ramips_board_detect() {
        *"Wansview NCS601W")
                name="ncs601w"
                ;;
+       *"Xiaomi MiWiFi Mini")
+               name="xiaomi-miwifi-mini"
+               ;;
        *"Sercomm NA930")
                name="na930"
                ;;
@@ -334,12 +388,21 @@ ramips_board_detect() {
        *"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"
+               ;;
        *)
                name="generic"
                ;;