From 5e3c7d14ecee6d82345e51bcb1eb7bc17759c62b Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 19 Sep 2013 17:52:42 +0000 Subject: ar71xx: add user-space support for the TL-MR13U board Signed-off-by: Oleg Titov Patchwork: http://patchwork.openwrt.org/patch/4063/ Signed-off-by: Gabor Juhos SVN-Revision: 38064 --- 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 b7dd4af..f977a6d 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -141,6 +141,9 @@ tplink_board_detect() { "001101"*) model="TP-Link TL-MR11U" ;; + "001301"*) + model="TP-Link TL-MR13U" + ;; "302000"*) model="TP-Link TL-MR3020" ;; @@ -477,6 +480,9 @@ ar71xx_board_detect() { *"TL-MR11U") name="tl-mr11u" ;; + *"TL-MR13U") + name="tl-mr13u" + ;; *UniFi) name="unifi" ;; -- cgit v1.1