ramips: add support for WeVO W2914NS v2

Signed-off-by: Yong-hyu Ban <perillamint@gentoo.moe>
This commit is contained in:
perillamint
2016-11-18 20:46:27 +09:00
committed by John Crispin
parent a74394be00
commit 68634426fe
8 changed files with 168 additions and 0 deletions

View File

@@ -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"
;;
@@ -454,6 +457,9 @@ ramips_board_detect() {
*"W150M")
name="w150m"
;;
*"W2914NS v2")
name="w2914nsv2"
;;
*"W306R V2.0")
name="w306r-v20"
;;