[source] ar71xx: fix profile name of Mercury MW4530R
LEDE Commits
lede-commits at lists.infradead.org
Mon Aug 15 06:54:12 PDT 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=d1b20a36590b185a649d2b4c040d81e506224487
commit d1b20a36590b185a649d2b4c040d81e506224487
Author: Chuanhong Guo <gch981213 at gmail.com>
AuthorDate: Thu Aug 11 11:35:21 2016 +0800
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 at gmail.com>
---
target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 +-
target/linux/ar71xx/image/tp-link.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 5d38555..1e7427d 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"
diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk
index 5fb1095..cb9358c 100644
--- a/target/linux/ar71xx/image/tp-link.mk
+++ b/target/linux/ar71xx/image/tp-link.mk
@@ -145,7 +145,7 @@ endef
define Device/mw4530r-v1
$(Device/tl-wdr4300-v1)
- DEVICE_TITLE := TP-LINK TL-WDR4530 v1
+ DEVICE_TITLE := Mercury MW4530R v1
TPLINK_HWID := 0x45300001
endef
TARGET_DEVICES += tl-wdr3500-v1 tl-wdr3600-v1 tl-wdr4300-v1 tl-wdr4300-v1-il tl-wdr4310-v1 mw4530r-v1
More information about the lede-commits
mailing list