From bd5635770c9042420c85f06bca1efb0ed3234889 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 13 Feb 2015 07:29:03 +0000 Subject: 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 SVN-Revision: 44426 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 99e44672fe..6247f86fb0 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -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" ;; -- cgit v1.2.3