ar71xx: add user-space support for the TL-WR720N v3 board
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 26 Apr 2013 17:00:49 +0000 (17:00 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36457 3c298f89-4303-0410-b956-a3cf2f4a3e73

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 c107f41..708e2c5 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 0329ea5..a8d2c76 100755 (executable)
@@ -210,6 +210,7 @@ jwap003 |\
 pb42 |\
 pb44 |\
 routerstation|\
+tl-wr720n-v3|\
 wpe72)
        ucidef_set_interfaces_lan_wan "eth1" "eth0"
        ;;
index a9e063b..47d5f08 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 8f2f610..85e9d61 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 | \