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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44426 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2015-02-13 07:29:03 +00:00
parent 9d5f884a09
commit 5f00ace3c2
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 | \