ramips: add support for A5-V11 board (resubmit)
[openwrt/svn-archive/archive.git] / target / linux / ramips / base-files / lib / ramips.sh
index d188dd7bde817125def4053b0f8297c8c6929701..b2b299dc5111611db011af524cdbde879e7dc49e 100755 (executable)
@@ -25,6 +25,9 @@ ramips_board_detect() {
        *"Edimax 3g-6200nl")
                name="3g-6200nl"
                ;;
+       *"A5-V11")
+               name="a5-v11"
+               ;;
        *"Airlink101 AR725W")
                name="ar725w"
                ;;
@@ -157,6 +160,9 @@ ramips_board_detect() {
        *"HILINK HLK-RM04")
                name="hlk-rm04"
                ;;
+       *"HOOTOO HT-TM02")
+               name="ht-tm02"
+               ;;
        *"HAME MPR-A1")
                name="mpr-a1"
                ;;
@@ -178,6 +184,12 @@ ramips_board_detect() {
        *"NexAira BC2")
                name="bc2"
                ;;
+       *"Nexx WT1520")
+               name="wt1520"
+               ;;
+       *"Nexx WT3020")
+               name="wt3020"
+               ;;
        *"NW718")
                name="nw718"
                ;;
@@ -187,6 +199,9 @@ ramips_board_detect() {
        *"Omnima MiniEMBWiFi")
                name="omni-emb"
                ;;
+       *"Omnima MiniPlug")
+               name="omni-plug"
+               ;;
        *"Petatel PSR-680W"*)
                name="psr-680w"
                ;;
@@ -238,6 +253,9 @@ ramips_board_detect() {
        *"V22RW-2X2")
                name="v22rw-2x2"
                ;;
+       *"VoCore")
+               name="vocore"
+               ;;
        *"W502U")
                name="w502u"
                ;;
@@ -322,6 +340,12 @@ ramips_board_detect() {
        *"ZBT WR8305RT")
                name="wr8305rt"
                ;;
+       *"Lenovo Y1")
+               name="y1"
+               ;;
+       *"Lenovo Y1S")
+               name="y1s"
+               ;;
        *)
                name="generic"
                ;;