From ae3ac76e565724e188138dafe38ebeed122e2cf8 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 23 Dec 2016 08:21:31 +0100 Subject: 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 --- target/linux/ramips/base-files/lib/ramips.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/base-files/lib') 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" -- cgit v1.2.3