aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-05-26 16:02:26 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-05-26 16:02:26 +0000
commit852ce23bd34b6fe674937559ce17f0e01f4c4aa6 (patch)
tree6816ecee598294ea5478e7d1d68d78fb870bdeb4 /target/linux/ar71xx/base-files/lib
parentbebdc6222a4b4fc381e21169870ac177ac4d5341 (diff)
downloadupstream-852ce23bd34b6fe674937559ce17f0e01f4c4aa6.tar.gz
upstream-852ce23bd34b6fe674937559ce17f0e01f4c4aa6.tar.bz2
upstream-852ce23bd34b6fe674937559ce17f0e01f4c4aa6.zip
ar71xx: add TP-LINK TL-MR10U
Small router with 4MB flash, 32MB RAM http://www.tp-link.com.cn/product_300.html Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36722 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 194a40b5c3..4ab0edee15 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -132,6 +132,9 @@ tplink_board_detect() {
"254300"*)
model="TP-Link TL-WR2543N/ND"
;;
+ "100101"*)
+ model="TP-Link TL-MR10U"
+ ;;
"110101"*)
model="TP-Link TL-MR11U"
;;