summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2016-08-11 11:35:21 +0800
committerJohn Crispin <john@phrozen.org>2016-08-15 15:18:35 +0200
commitd1b20a36590b185a649d2b4c040d81e506224487 (patch)
treeb1a067c57aee97d6535f2dcc2924ac1948dddb0b /target/linux/ar71xx/base-files/lib
parent40b8cbc2af6191707cab6995fd3162d722c24bfd (diff)
downloadmaster-31e0f0ae-d1b20a36590b185a649d2b4c040d81e506224487.tar.gz
master-31e0f0ae-d1b20a36590b185a649d2b4c040d81e506224487.tar.bz2
master-31e0f0ae-d1b20a36590b185a649d2b4c040d81e506224487.zip
ar71xx: fix profile name of Mercury MW4530R
The mw4530r-v1 profile in tp-link.mk is for Mercury MW4530R. There is no such a device called TL-WDR4530. Also change MERCURY to Mercury in /lib/ar71xx.sh Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 5d38555b9f..1e7427d446 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -280,7 +280,7 @@ tplink_board_detect() {
model="TP-Link TL-WDR6500"
;;
"453000"*)
- model="MERCURY MW4530R"
+ model="Mercury MW4530R"
;;
"934100"*)
model="NC-LINK SMART-300"