diff options
author | Mathias Kresin <dev@kresin.me> | 2016-12-23 08:21:31 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-12-24 10:03:38 +0100 |
commit | ae3ac76e565724e188138dafe38ebeed122e2cf8 (patch) | |
tree | a0cfd911e11921e6ce31ba666e17c57990511a79 /target/linux/ramips/base-files/lib | |
parent | a18488a0aadc0ceca9561f93f4456839b9302857 (diff) | |
download | upstream-ae3ac76e565724e188138dafe38ebeed122e2cf8.tar.gz upstream-ae3ac76e565724e188138dafe38ebeed122e2cf8.tar.bz2 upstream-ae3ac76e565724e188138dafe38ebeed122e2cf8.zip |
ramips: use destinct 11AC NAS board name
Use a distinct board name even if the board is near to identical to
the WeVO W2914NS v2.
To make sure that a 11AC NAS image can not be installed on a
WeVO W2914NS v2, both board need to use different names.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 50903c75d6..31a2049696 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -14,7 +14,7 @@ ramips_board_detect() { case "$machine" in *"11AC NAS Router") - name="w2914nsv2" + name="11acnas" ;; *"3G150B") name="3g150b" |