<div><br></div><div>Where can I buy a TL-WR741ND V5 or V6 online ? Would you please provide a URL to me ? Thank you very much.</div><div><br></div><div><br></div><div><div style="color:#909090;font-family:Arial Narrow;font-size:12px">------------------</div><div style="font-size:14px;font-family:Verdana;color:#000;"><div>Regards,<br><br>banglang huang<br>_______________________________________________<br>openwrt-devel mailing list<br><a href="mailto:openwrt-devel@lists.openwrt.org" target="_blank"><font color="#082a4e">openwrt-deve<wbr>l@lists.open<wbr>wrt.org</font></a><br><a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" target="_blank"><font color="#082a4e">https://list<wbr>s.openwrt.or<wbr>g/cgi-bin/ma<wbr>ilman/listin<wbr>fo/openwrt-d<wbr>evel</font></a>
<style>#mailContentContainer .txt {height:auto;}
</style>


</div></div></div><div> </div><div><div><br></div><div><br></div><div style="font-size: 12px;font-family: Arial Narrow;padding:2px 0 2px 0;">------------------ 原始邮件 ------------------</div><div style="font-size: 12px;background:#efefef;padding:8px;"><div><b>发件人:</b> "Matthias Schiffer";<mschiffer@universe-factory.net>;</div><div><b>发送时间:</b> 2016年3月1日(星期二) 中午11:06</div><div><b>收件人:</b> "openwrt-devel"<openwrt-devel@lists.openwrt.org>; <wbr></div><div></div><div><b>主题:</b> [OpenWrt-Devel] [PATCH CC 02/32] ar71xx: add support for TL-WR741NDv5</div></div><div><br></div>This device is identical to the TL-WR740N v5, it even uses the same HWID (which<br>wasn't the case for older TL-WR741ND revisions).<br><br>Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net><br><br>Backport of r46238<br>---<br> target/linux/ar71xx/image/Makefile | 10 +++++++++-<br> 1 file changed, 9 insertions(+), 1 deletion(-)<br><br>diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile<br>index 1fe88d5..78d35e1 100644<br>--- a/target/linux/ar71xx/image/Makefile<br>+++ b/target/linux/ar71xx/image/Makefile<br>@@ -531,6 +531,14 @@ define Device/tl-wr741nd-v4<br>     CONSOLE := ttyATH0,115200<br> endef<br> <br>+define Device/tl-wr741nd-v5<br>+    $(Device/tplink-4mlzma)<br>+    BOARDNAME := TL-WR741ND-v4<br>+    DEVICE_PROFILE := TLWR741<br>+    TPLINK_HWID := 0x07400005<br>+    CONSOLE := ttyATH0,115200<br>+endef<br>+<br> define Device/tl-wr743nd-v2<br>     $(Device/tplink-4mlzma)<br>     BOARDNAME := TL-WR741ND-v4<br>@@ -538,7 +546,7 @@ define Device/tl-wr743nd-v2<br>     TPLINK_HWID := 0x07430002<br>     CONSOLE := ttyATH0,115200<br> endef<br>-TARGET_DEVICES += tl-wr740n-v4 tl-wr740n-v5 tl-wr741nd-v1 tl-wr741nd-v2 tl-wr741nd-v4 tl-wr743nd-v2<br>+TARGET_DEVICES += tl-wr740n-v4 tl-wr740n-v5 tl-wr741nd-v1 tl-wr741nd-v2 tl-wr741nd-v4 tl-wr741nd-v5 tl-wr743nd-v2<br> <br> define Device/tl-wr841n-v8<br>     $(Device/tplink-4mlzma)<br>-- <br>2.7.2<br>_______________________________________________<br>openwrt-devel mailing list<br>openwrt-devel@lists.openwrt.org<br>https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel<br></div>