ramips: Add support for Omnima MiniPlug
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 0315074f10b2e405dc6a44e6b22121ea7b4dfb9b..bb42ace621eead2360f3152694a9ccb9f07ebec7 100755 (executable)
@@ -13,6 +13,9 @@ ramips_board_detect() {
        machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
 
        case "$machine" in
+       *"7Links PX-4885")
+               name="px4885"
+               ;;
        *"8devices Carambola")
                name="carambola"
                ;;
@@ -22,6 +25,9 @@ ramips_board_detect() {
        *"Edimax 3g-6200nl")
                name="3g-6200nl"
                ;;
+       *"Airlink101 AR725W")
+               name="ar725w"
+               ;;
        *"AirLive Air3GII")
                name="air3gii"
                ;;
@@ -49,8 +55,11 @@ ramips_board_detect() {
        *"AsiaRF AWM002 EVB")
                name="awm002-evb"
                ;;
-       *"BR6524N")
-               name="br6524n"
+       *"AsiaRF AWM003 EVB")
+               name="awm003-evb"
+               ;;
+       *"AsiaRF AWAPN2403")
+               name="awapn2403"
                ;;
        *"Asus WL-330N")
                name="wl-330n"
@@ -64,6 +73,9 @@ ramips_board_detect() {
        *"Aztech HW550-3G")
                name="hw550-3g"
                ;;
+       *"CY-SWR1100")
+               name="cy-swr1100"
+               ;;
        *"DCS-930")
                name="dcs-930"
                ;;
@@ -109,6 +121,12 @@ ramips_board_detect() {
        *"ESR-9753")
                name="esr-9753"
                ;;
+       *"EASYACC WI-STOR WIZARD 8800")
+               name="wizard8800"
+               ;;
+       *"Edimax BR-6475nD")
+               name="br-6475nd"
+               ;;
        *"F7C027")
                name="f7c027"
                ;;
@@ -127,18 +145,30 @@ ramips_board_detect() {
        *"La Fonera 2.0N")
                name="fonera20n"
                ;;
+       *"Asus RT-N14U")
+               name="rt-n14u"
+               ;;
        *"Asus RT-N13U")
                name="rt-n13u"
                ;;
        *"MoFi Network MOFI3500-3GN")
                name="mofi3500-3gn"
                ;;
+       *"HILINK HLK-RM04")
+               name="hlk-rm04"
+               ;;
        *"HAME MPR-A1")
                name="mpr-a1"
                ;;
        *"HAME MPR-A2")
                name="mpr-a2"
                ;;
+       *"Kingston MLW221")
+               name="mlw221"
+               ;;
+       *"Planex MZK-750DHP")
+               name="mzk-750dhp"
+               ;;
        *"NBG-419N")
                name="nbg-419n"
                ;;
@@ -157,6 +187,9 @@ ramips_board_detect() {
        *"Omnima MiniEMBWiFi")
                name="omni-emb"
                ;;
+       *"Omnima MiniPlug")
+               name="omni-plug"
+               ;;
        *"Petatel PSR-680W"*)
                name="psr-680w"
                ;;
@@ -196,6 +229,9 @@ ramips_board_detect() {
        *"RT-N56U")
                name="rt-n56u"
                ;;
+       *"RUT5XX")
+               name="rut5xx"
+               ;;
        *"Skyline SL-R7205"*)
                name="sl-r7205"
                ;;
@@ -205,15 +241,24 @@ ramips_board_detect() {
        *"V22RW-2X2")
                name="v22rw-2x2"
                ;;
+       *"VoCore")
+               name="vocore"
+               ;;
        *"W502U")
                name="w502u"
                ;;
+       *"WMR-300")
+               name="wmr300"
+               ;;
        *"WHR-300HP2")
                name="whr-300hp2"
                ;;
        *"WHR-600D")
                name="whr-600d"
                ;;
+       *"WHR-1166D")
+               name="whr-1166d"
+               ;;
        *"WHR-G300N")
                name="whr-g300n"
                ;;
@@ -265,6 +310,30 @@ ramips_board_detect() {
        *"HG255D")
                name="hg255d"
                ;;
+       *"V22SG")
+               name="v22sg"
+               ;;
+       *"WRTNODE")
+               name="wrtnode"
+               ;;
+       *"Wansview NCS601W")
+               name="ncs601w"
+               ;;
+       *"Sercomm NA930")
+               name="na930"
+               ;;
+       *"Zbtlink ZBT-WA05")
+               name="zbt-wa05"
+               ;;
+       *"ZBT WR8305RT")
+               name="wr8305rt"
+               ;;
+       *"Lenovo Y1")
+               name="y1"
+               ;;
+       *"Lenovo Y1S")
+               name="y1s"
+               ;;
        *)
                name="generic"
                ;;