diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-05-26 16:02:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-05-26 16:02:26 +0000 |
commit | 0842478e4453db1a523d959afb56edadbefbf354 (patch) | |
tree | 24f36960037c42c212efd056a3517452d5be8148 /target/linux/ar71xx/base-files | |
parent | e4f8c38ed1a05645d67655e5425ae9a233a62bb3 (diff) | |
download | upstream-0842478e4453db1a523d959afb56edadbefbf354.tar.gz upstream-0842478e4453db1a523d959afb56edadbefbf354.tar.bz2 upstream-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')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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" ;; |