ar71xx: add user-space support for the TL-MR10U board

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
This commit is contained in:
Gabor Juhos 2013-07-26 07:31:59 +00:00
parent ec7fe3fab7
commit f4d5ecdb9f
4 changed files with 6 additions and 0 deletions

View file

@ -133,6 +133,7 @@ get_status_led() {
status_led="tp-link:green:system"
;;
archer-c7 | \
tl-mr10u | \
tl-wdr4300 | \
tl-wr703n | \
tl-wr720n-v3)

View file

@ -209,6 +209,7 @@ eap7660d |\
mr600 |\
mr600v2 |\
rb-411 |\
tl-mr10u |\
tl-mr11u |\
tl-mr3020 |\
tl-mr3040 |\

View file

@ -450,6 +450,9 @@ ar71xx_board_detect() {
*"TL-WR720N v3")
name="tl-wr720n-v3"
;;
*"TL-MR10U")
name="tl-mr10u"
;;
*"TL-MR11U")
name="tl-mr11u"
;;

View file

@ -157,6 +157,7 @@ platform_check_image() {
;;
archer-c7 | \
tl-mr10u | \
tl-mr11u | \
tl-mr3020 | \
tl-mr3040 | \