ramips: add support for WeVO W2914NS v2
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index 526a5ae669794c85a5782a2a846b937decb60f4f..5c821884065d1949c61f2ad526de6742c0734a3d 100755 (executable)
@@ -13,6 +13,9 @@ ramips_board_detect() {
        machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
 
        case "$machine" in
+       *"11AC NAS Router")
+               name="w2914nsv2"
+               ;;
        *"3G150B")
                name="3g150b"
                ;;
@@ -115,6 +118,9 @@ ramips_board_detect() {
        *"DCS-930L B1")
                name="dcs-930l-b1"
                ;;
+       *"Digineo AC1200 Pro")
+               name="ac1200pro"
+               ;;
        *"DIR-300 B1")
                name="dir-300-b1"
                ;;
@@ -367,6 +373,9 @@ ramips_board_detect() {
        *"Q7")
                name="zte-q7"
                ;;
+       *"RB750Gr3")
+               name="rb750gr3"
+               ;;
        *"RE6500")
                name="re6500"
                ;;
@@ -448,6 +457,9 @@ ramips_board_detect() {
        *"W150M")
                name="w150m"
                ;;
+       *"W2914NS v2")
+               name="w2914nsv2"
+               ;;
        *"W306R V2.0")
                name="w306r-v20"
                ;;
@@ -496,9 +508,15 @@ ramips_board_detect() {
        *"WL-351 v1 002")
                name="wl-351"
                ;;
+       *"WL-WN575A3")
+               name="wl-wn575a3"
+               ;;
        *"WLI-TX4-AG300N")
                name="wli-tx4-ag300n"
                ;;
+       *"WLR-6000")
+               name="wlr-6000"
+               ;;
        *"WMR-300")
                name="wmr-300"
                ;;
@@ -574,6 +592,9 @@ ramips_board_detect() {
        *"ZBT-WR8305RT")
                name="zbt-wr8305rt"
                ;;
+       *"ZyXEL Keenetic Viva")
+               name="kng_rc"
+               ;;
        *"YK1")
                name="youku-yk1"
                ;;