OpenWrt Forum Archive

Topic: TL-WR1043ND "V3" Support in 15.05.1?

The content of this topic has been archived on 22 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I did read that it is planned to release the chaos calmer version 15.05.1.

It would be fine to have a support for the TL-WR1043ND V3 in it.

So far as I understand do we just have to make the following changes to get the support, because it is the same hardware as the V2 version.

"target/linux/ar71xx/image/Makefile"

$(eval $(call SingleProfile,TPLINK-LZMA,64kraw,TLWR1043V2,tl-wr1043nd-v2,TL-WR1043ND-v2,ttyS0,115200,0x10430002,1,8M))
$(eval $(call SingleProfile,TPLINK-LZMA,64kraw,TLWR1043V3,tl-wr1043nd-v3,TL-WR1043ND-v2,ttyS0,115200,0x10430003,1,8M)) # new line

$(eval $(call MultiProfile,TLWR1043,TLWR1043V1 TLWR1043V2)) # remove
$(eval $(call MultiProfile,TLWR1043,TLWR1043V1 TLWR1043V2 TLWR1043V3)) # add instead

What is the right way to get these changes into the version 15.05.1?

You should go into freenode irc in channel #openwrt and ping "nbd" by asking: Could you please backport this patch before release of 15.05.1?
https://dev.openwrt.org/changeset/47406

Then there would be v3 support in 15.05.1 thanks to your effort wink

Thanks for your response.

kelhgvrb wrote:

You should go into freenode irc in channel #openwrt and ping "nbd" by asking: Could you please backport this patch before release of 15.05.1?
https://dev.openwrt.org/changeset/47406

I have already seen this changeset, but I am not sure if it can be easily implemented, because there changed a lot between the CC release 15.05 (r46767) and the current version of this file.
https://dev.openwrt.org/changeset?old_p … r_confirm=

I am not really experienced in compiling OpenWRT code, do you have any idea if the current version of the Makefile is compatible to the CC release?

Hello, anyone use Tl-WR1043nd v4 and I want to ask
does openwrt support tl-wr1043nd v4?
or
where is the developers page forum?

The discussion might have continued from here.