ramips: add support for WeVO W2914NS v2
Signed-off-by: Yong-hyu Ban <perillamint@gentoo.moe>
This commit is contained in:
committed by
John Crispin
parent
a74394be00
commit
68634426fe
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user