diff options
author | perillamint <perillamint@gentoo.moe> | 2016-11-18 20:46:27 +0900 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-21 10:13:17 +0100 |
commit | 68634426fee42803b4be956ef3ac262dee6f8384 (patch) | |
tree | 45c0a77479457db44e27dffddcf2751d10ca49dd /target/linux/ramips/base-files/lib/ramips.sh | |
parent | a74394be00f5b3f9d71f4d04c9e2ce6ea47a46b4 (diff) | |
download | upstream-68634426fee42803b4be956ef3ac262dee6f8384.tar.gz upstream-68634426fee42803b4be956ef3ac262dee6f8384.tar.bz2 upstream-68634426fee42803b4be956ef3ac262dee6f8384.zip |
ramips: add support for WeVO W2914NS v2
Signed-off-by: Yong-hyu Ban <perillamint@gentoo.moe>
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 4a4204bc24..5c82188406 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -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" ;; |