ar71xx: add user-space support for the TL-WR710N board
authorGabor Juhos <juhosg@openwrt.org>
Sun, 28 Jul 2013 10:23:33 +0000 (10:23 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 28 Jul 2013 10:23:33 +0000 (10:23 +0000)
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3873/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37573

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 56e87b12b596a8afaa8e7e5cb2a445bb361aef79..85458c27fdbd735dd14c2ade9000242f6ddca835 100755 (executable)
@@ -136,6 +136,7 @@ get_status_led() {
        tl-mr10u | \
        tl-wdr4300 | \
        tl-wr703n | \
+       tl-wr710n | \
        tl-wr720n-v3)
                status_led="tp-link:blue:system"
                ;;
index 05b45663396b71de08b413e9db3c8cb4ca6fadad..fd2ade8b7bf7469741f953e6a036a89d9f7a6bd2 100755 (executable)
@@ -228,6 +228,7 @@ jwap003 |\
 pb42 |\
 pb44 |\
 routerstation|\
+tl-wr710n |\
 tl-wr720n-v3|\
 wpe72)
        ucidef_set_interfaces_lan_wan "eth1" "eth0"
index ef091b5fb8d7c139ebc46446ceedad26ba8c4247..d20b16751123890d540ac325332a28b6596c2bb5 100755 (executable)
@@ -85,6 +85,9 @@ tplink_board_detect() {
        "070300"*)
                model="TP-Link TL-WR703N"
                ;;
+       "071000"*)
+               model="TP-Link TL-WR710N"
+               ;;
        "072001"*)
                model="TP-Link TL-WR720N"
                ;;
index c57e5d5c748dd5214b47ad6767a3d20cd191336e..01bf16030a0be4ce3a5917e20e3faef740628dca 100755 (executable)
@@ -171,6 +171,7 @@ platform_check_image() {
        tl-wdr3500 | \
        tl-wdr4300 | \
        tl-wr703n | \
+       tl-wr710n | \
        tl-wr720n-v3 | \
        tl-wr741nd | \
        tl-wr741nd-v4 | \