ar71xx: add user-space support for the TL-MR10U board
authorGabor Juhos <juhosg@openwrt.org>
Fri, 26 Jul 2013 07:31:59 +0000 (07:31 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 26 Jul 2013 07:31:59 +0000 (07:31 +0000)
Based on andelf's patch:
http://andelf.diandian.com/post/2013-05-22/40050677370

Signed-off-by: Oleg Titov <oleg.titov@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3840/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37548

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 72390c0f0c7889e694fee7b1324efe292c9536a0..56e87b12b596a8afaa8e7e5cb2a445bb361aef79 100755 (executable)
@@ -133,6 +133,7 @@ get_status_led() {
                status_led="tp-link:green:system"
                ;;
        archer-c7 | \
+       tl-mr10u | \
        tl-wdr4300 | \
        tl-wr703n | \
        tl-wr720n-v3)
index c4b6cd25f01dcb792853ee86c2929f7cfb7c0c8c..05b45663396b71de08b413e9db3c8cb4ca6fadad 100755 (executable)
@@ -209,6 +209,7 @@ eap7660d |\
 mr600 |\
 mr600v2 |\
 rb-411 |\
+tl-mr10u |\
 tl-mr11u |\
 tl-mr3020 |\
 tl-mr3040 |\
index 19f19e7ae79193a486093b9094df6a17611a06d7..bb96f63baf4ca16349d6a57b55403b1d13bc2f5f 100755 (executable)
@@ -450,6 +450,9 @@ ar71xx_board_detect() {
        *"TL-WR720N v3")
                name="tl-wr720n-v3"
                ;;
+       *"TL-MR10U")
+               name="tl-mr10u"
+               ;;
        *"TL-MR11U")
                name="tl-mr11u"
                ;;
index 95422954768e3993092ac15bf34489d486c1340a..c57e5d5c748dd5214b47ad6767a3d20cd191336e 100755 (executable)
@@ -157,6 +157,7 @@ platform_check_image() {
                ;;
 
        archer-c7 | \
+       tl-mr10u | \
        tl-mr11u | \
        tl-mr3020 | \
        tl-mr3040 | \