ramips: fix Argus ATP-52B board and image names
[openwrt/staging/florian.git] / target / linux / ramips / base-files / lib / ramips.sh
index 720b13790d7371b91adf22ffa6b440a36d7c7c09..d25fa3adc64cf15c1fffc7a1739f045b27d24720 100755 (executable)
@@ -62,7 +62,7 @@ ramips_board_detect() {
                name="c20i"
                ;;
        *"Argus ATP-52B")
-               name="argus-atp52b"
+               name="atp-52b"
                ;;
        *"AsiaRF AWM002 EVB")
                name="awm002-evb"
@@ -85,18 +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"
                ;;
@@ -196,9 +208,15 @@ ramips_board_detect() {
        *"Linksys E1700")
                name="e1700"
                ;;
+       *"Linksys RE6500")
+               name="re6500"
+               ;;
        *"Planex MZK-750DHP")
                name="mzk-750dhp"
                ;;
+       *"Microduino MicroWRT")
+               name="microwrt"
+               ;;
        *"NBG-419N")
                name="nbg-419n"
                ;;
@@ -229,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"
                ;;
@@ -280,6 +307,9 @@ ramips_board_detect() {
        *"Sparklan WCR-150GN")
                name="wcr-150gn"
                ;;
+       *"STORYLiNK SAP-G3200U3")
+               name="sap-g3200u3"
+               ;;
        *"V22RW-2X2")
                name="v22rw-2x2"
                ;;
@@ -313,6 +343,9 @@ ramips_board_detect() {
        *"Tenda 3G300M")
                name="3g300m"
                ;;
+       *"Tenda 3G150B")
+               name="3g150b"
+               ;;
        *"Tenda W306R V2.0")
                name="w306r-v20"
                ;;
@@ -337,10 +370,10 @@ ramips_board_detect() {
        *"WR512-3GN-like router")
                name="wr512-3gn"
                ;;
-       *"UR-326N4G Wireless N router")
+       *"UPVEL UR-326N4G")
                name="ur-326n4g"
                ;;
-       *"UR-336UN Wireless N router")
+       *"UPVEL UR-336UN")
                name="ur-336un"
                ;;
        *"AWB WR6202")
@@ -361,14 +394,23 @@ ramips_board_detect() {
        *"Wansview NCS601W")
                name="ncs601w"
                ;;
+       *"Xiaomi MiWiFi Mini")
+               name="miwifi-mini"
+               ;;
        *"Sercomm NA930")
                name="na930"
                ;;
        *"Zbtlink ZBT-WA05")
                name="zbt-wa05"
                ;;
-       *"ZBT WR8305RT")
-               name="wr8305rt"
+       *"OY-0001")
+               name="oy-0001"
+               ;;
+       *"Zbtlink ZBT-WR8305RT")
+               name="zbt-wr8305rt"
+               ;;
+       *"ZTE Q7")
+               name="zte-q7"
                ;;
        *"Lenovo Y1")
                name="y1"
@@ -382,6 +424,12 @@ ramips_board_detect() {
        *"Mediatek MT7628AN evaluation board")
                name="mt7628"
                ;;
+       *"Mediatek MT7688 evaluation board")
+               name="mt7688"
+               ;;
+       *"Planex MZK-DP150N")
+               name="mzk-dp150n"
+               ;;
        *)
                name="generic"
                ;;