summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
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
commit0842478e4453db1a523d959afb56edadbefbf354 (patch)
tree24f36960037c42c212efd056a3517452d5be8148 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parente4f8c38ed1a05645d67655e5425ae9a233a62bb3 (diff)
downloadmaster-31e0f0ae-0842478e4453db1a523d959afb56edadbefbf354.tar.gz
master-31e0f0ae-0842478e4453db1a523d959afb56edadbefbf354.tar.bz2
master-31e0f0ae-0842478e4453db1a523d959afb56edadbefbf354.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> SVN-Revision: 36722
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-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"
;;