2
0
forked from Ivasoft/openwrt

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>
This commit is contained in:
Chuanhong Guo
2016-08-11 11:35:21 +08:00
committed by John Crispin
parent 40b8cbc2af
commit d1b20a3659
2 changed files with 2 additions and 2 deletions

View File

@@ -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"