ar71xx: add user-space support for the TL-WR720N v3 board
authorGabor Juhos <juhosg@openwrt.org>
Fri, 26 Apr 2013 17:00:49 +0000 (17:00 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 26 Apr 2013 17:00:49 +0000 (17:00 +0000)
Signed-off-by: yousong <yszhou4tech@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36457

target/linux/ar71xx/base-files/etc/diag.sh
target/linux/ar71xx/base-files/etc/uci-defaults/02_network
target/linux/ar71xx/base-files/lib/ar71xx.sh
target/linux/ar71xx/base-files/lib/upgrade/platform.sh

index c107f4172c11768f4d670d7a5b8df7994a5c2ed6..708e2c5554df76e34ba4a7227fa4215a218f6528 100755 (executable)
@@ -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)
index 0329ea5eb173247b687cf186e4d56a494832b6f2..a8d2c767d80c6c8dacb01e70571dc6bd4caf46e8 100755 (executable)
@@ -210,6 +210,7 @@ jwap003 |\
 pb42 |\
 pb44 |\
 routerstation|\
+tl-wr720n-v3|\
 wpe72)
        ucidef_set_interfaces_lan_wan "eth1" "eth0"
        ;;
index a9e063ba4923a854636d28016d60cbc0a4d9c31c..47d5f08b6f8dbb3e7e5c8a90bab7dc9621de8f9a 100755 (executable)
@@ -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"
                ;;
index 8f2f610d7d92e0bf6b5a103bd96fda91466733c0..85e9d6128b89081a52de97a4296119e2cbb88aaf 100755 (executable)
@@ -166,6 +166,7 @@ platform_check_image() {
        tl-wdr3500 | \
        tl-wdr4300 | \
        tl-wr703n | \
+       tl-wr720n-v3 | \
        tl-wr741nd | \
        tl-wr741nd-v4 | \
        tl-wr841n-v1 | \