ar71xx: Add user-space support for TP-Link MR12U v1

This patch adds user-space support for the TL-MR12U board based on the mr13u patches.

Signed-off-by: Daniel Petre <daniel.petre@gmail.com>

SVN-Revision: 44426
This commit is contained in:
John Crispin 2015-02-13 07:29:03 +00:00
parent 235a83cdfe
commit bd5635770c
4 changed files with 9 additions and 0 deletions

View File

@ -237,6 +237,7 @@ get_status_led() {
archer-c7 | \
tl-wdr4900-v2 | \
tl-mr10u | \
tl-mr12u | \
tl-mr13u | \
tl-wdr4300 | \
tl-wr703n | \

View File

@ -319,6 +319,7 @@ rb-sxt2n |\
rb-sxt5n |\
tl-mr10u |\
tl-mr11u |\
tl-mr12u |\
tl-mr13u |\
tl-mr3020 |\
tl-mr3040 |\

View File

@ -180,6 +180,9 @@ tplink_board_detect() {
"001101"*)
model="TP-Link TL-MR11U"
;;
"001201"*)
model="TP-Link TL-MR12U"
;;
"001301"*)
model="TP-Link TL-MR13U"
;;
@ -726,6 +729,9 @@ ar71xx_board_detect() {
*"TL-MR11U")
name="tl-mr11u"
;;
*"TL-MR12U")
name="tl-mr12u"
;;
*"TL-MR13U")
name="tl-mr13u"
;;

View File

@ -302,6 +302,7 @@ platform_check_image() {
smart-300 | \
tl-mr10u | \
tl-mr11u | \
tl-mr12u | \
tl-mr13u | \
tl-mr3020 | \
tl-mr3040 | \