ar71xx: add user-space support for the TL-WR720N v3 board

Signed-off-by: yousong <yszhou4tech@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 36457
v19.07.3_mercusys_ac12_duma
Gabor Juhos 11 years ago
parent 5c11773f8a
commit 7c4e2c1f72

@ -133,7 +133,8 @@ get_status_led() {
status_led="tp-link:green:system"
;;
tl-wdr4300 | \
tl-wr703n)
tl-wr703n | \
tl-wr720n-v3)
status_led="tp-link:blue:system"
;;
tl-wr2543n)

@ -210,6 +210,7 @@ jwap003 |\
pb42 |\
pb44 |\
routerstation|\
tl-wr720n-v3|\
wpe72)
ucidef_set_interfaces_lan_wan "eth1" "eth0"
;;

@ -75,6 +75,9 @@ tplink_board_detect() {
"070300"*)
model="TP-Link TL-WR703N"
;;
"072001"*)
model="TP-Link TL-WR720N"
;;
"070100"*)
model="TP-Link TL-WA701N/ND"
;;
@ -420,6 +423,9 @@ ar71xx_board_detect() {
*"TL-WR703N v1")
name="tl-wr703n"
;;
*"TL-WR720N v3")
name="tl-wr720n-v3"
;;
*"TL-MR11U")
name="tl-mr11u"
;;

@ -166,6 +166,7 @@ platform_check_image() {
tl-wdr3500 | \
tl-wdr4300 | \
tl-wr703n | \
tl-wr720n-v3 | \
tl-wr741nd | \
tl-wr741nd-v4 | \
tl-wr841n-v1 | \

Loading…
Cancel
Save