aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-19 17:52:42 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-19 17:52:42 +0000
commitba8664976d1030ac90ee79590b20cf6ef7eb8c13 (patch)
tree61ca555b2b1a2cd46ce46da012cac5089c00791d /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentc5895925641401de176a6a51dd836edf1cc1d64c (diff)
downloadmaster-187ad058-ba8664976d1030ac90ee79590b20cf6ef7eb8c13.tar.gz
master-187ad058-ba8664976d1030ac90ee79590b20cf6ef7eb8c13.tar.bz2
master-187ad058-ba8664976d1030ac90ee79590b20cf6ef7eb8c13.zip
ar71xx: add user-space support for the TL-MR13U board
Signed-off-by: Oleg Titov <oleg.titov@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/4063/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38064 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index b7dd4af96f..f977a6db6a 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"
;;