ar71xx: add user-space support for the TL-MR13U board
authorGabor Juhos <juhosg@openwrt.org>
Thu, 19 Sep 2013 17:52:42 +0000 (17:52 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 19 Sep 2013 17:52:42 +0000 (17:52 +0000)
Signed-off-by: Oleg Titov <oleg.titov@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/4063/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38064 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 f3fdb0a..1456d6e 100755 (executable)
@@ -135,6 +135,7 @@ get_status_led() {
                ;;
        archer-c7 | \
        tl-mr10u | \
+       tl-mr13u | \
        tl-wdr4300 | \
        tl-wr703n | \
        tl-wr710n | \
index cf56e46..d5a1506 100755 (executable)
@@ -213,6 +213,7 @@ mr600v2 |\
 rb-411 |\
 tl-mr10u |\
 tl-mr11u |\
+tl-mr13u |\
 tl-mr3020 |\
 tl-mr3040 |\
 tl-wa901nd |\
index b7dd4af..f977a6d 100755 (executable)
@@ -141,6 +141,9 @@ tplink_board_detect() {
        "001101"*)
                model="TP-Link TL-MR11U"
                ;;
+       "001301"*)
+               model="TP-Link TL-MR13U"
+               ;;
        "302000"*)
                model="TP-Link TL-MR3020"
                ;;
@@ -477,6 +480,9 @@ ar71xx_board_detect() {
        *"TL-MR11U")
                name="tl-mr11u"
                ;;
+       *"TL-MR13U")
+               name="tl-mr13u"
+               ;;
        *UniFi)
                name="unifi"
                ;;
index 8294fa4..8fbd395 100755 (executable)
@@ -161,6 +161,7 @@ platform_check_image() {
        archer-c7 | \
        tl-mr10u | \
        tl-mr11u | \
+       tl-mr13u | \
        tl-mr3020 | \
        tl-mr3040 | \
        tl-mr3220 | \