ramips: add support for A5-V11 board (resubmit)
[openwrt/svn-archive/archive.git] / target / linux / ramips / base-files / lib / ramips.sh
index a6dcbca2fe765872f2f680f6278f55d5596e7e39..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"
                ;;
@@ -325,6 +340,12 @@ ramips_board_detect() {
        *"ZBT WR8305RT")
                name="wr8305rt"
                ;;
+       *"Lenovo Y1")
+               name="y1"
+               ;;
+       *"Lenovo Y1S")
+               name="y1s"
+               ;;
        *)
                name="generic"
                ;;