ramips: add support for Nexx WT1520
[openwrt/staging/wigyori.git] / target / linux / ramips / base-files / lib / ramips.sh
index f7e04b7391176c480ad257f795befdbf78d6461f..08c5dff020620033b617094dd3eb78fe23df46cb 100755 (executable)
@@ -121,6 +121,9 @@ ramips_board_detect() {
        *"ESR-9753")
                name="esr-9753"
                ;;
+       *"EASYACC WI-STOR WIZARD 8800")
+               name="wizard8800"
+               ;;
        *"Edimax BR-6475nD")
                name="br-6475nd"
                ;;
@@ -154,6 +157,9 @@ ramips_board_detect() {
        *"HILINK HLK-RM04")
                name="hlk-rm04"
                ;;
+       *"HOOTOO HT-TM02")
+               name="ht-tm02"
+               ;;
        *"HAME MPR-A1")
                name="mpr-a1"
                ;;
@@ -175,6 +181,9 @@ ramips_board_detect() {
        *"NexAira BC2")
                name="bc2"
                ;;
+       *"Nexx WT1520")
+               name="wt1520"
+               ;;
        *"NW718")
                name="nw718"
                ;;
@@ -184,6 +193,9 @@ ramips_board_detect() {
        *"Omnima MiniEMBWiFi")
                name="omni-emb"
                ;;
+       *"Omnima MiniPlug")
+               name="omni-plug"
+               ;;
        *"Petatel PSR-680W"*)
                name="psr-680w"
                ;;
@@ -235,6 +247,9 @@ ramips_board_detect() {
        *"V22RW-2X2")
                name="v22rw-2x2"
                ;;
+       *"VoCore")
+               name="vocore"
+               ;;
        *"W502U")
                name="w502u"
                ;;
@@ -319,6 +334,12 @@ ramips_board_detect() {
        *"ZBT WR8305RT")
                name="wr8305rt"
                ;;
+       *"Lenovo Y1")
+               name="y1"
+               ;;
+       *"Lenovo Y1S")
+               name="y1s"
+               ;;
        *)
                name="generic"
                ;;