Re: [OpenWrt-Devel] [PATCH] [ar71xx] add support for TL-Link TL-MR13U

2013-07-26 Thread Oleg Titov
On Fri, Jul 26, 2013 at 1:19 PM, Cezary Jackiewicz wrote: > Dnia 2013-07-26, o godz. 13:01:31 > > So > > + "001301"*) > + model="TP-Link TL-MR13U" > + ;; Thank you! Fixed now! -- diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 56e87b1..0

Re: [OpenWrt-Devel] [PATCH] [ar71xx] add support for TL-Link TL-MR13U

2013-07-26 Thread Cezary Jackiewicz
Dnia 2013-07-26, o godz. 13:01:31 Oleg Titov napisaƂ(a): > @@ -138,6 +138,9 @@ tplink_board_detect() { > "001101"*) > model="TP-Link TL-MR11U" > ;; > + "130101"*) > + model="TP-Link TL-MR13U" > + ;; Wrong! ./mktplinkfw -i mr13uv1.bin File name : mr13uv1.bin ... Vendor name

[OpenWrt-Devel] [PATCH] [ar71xx] add support for TL-Link TL-MR13U

2013-07-26 Thread Oleg Titov
This patch adds support for TP-Link TL-MR13U router with built-in 10AH rechargeable battery. The patch is based on kamwanlai's patch: https://forum.openwrt.org/viewtopic.php?pid=206746#p206746 Signed-off-by: Oleg Titov -- diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar