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
lede-17.01
Gabor Juhos 2013-04-26 17:00:49 +00:00
parent 5c11773f8a
commit 7c4e2c1f72
4 changed files with 10 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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