Vincent Wiemann
Vincent Wiemann
@awlx I think the kernel already has all features implemented. In [this line](https://github.com/openwrt/odhcp6c/blob/53f07e90b7f1da6977143a488dd5cb73a33b233b/src/ra.c#L486) the router is set to "any" and the information is not propagated to the [script here](https://github.com/openwrt/openwrt/blob/dc8cc446128776ee69571ff03925e6bd3256c2e0/package/network/ipv6/odhcp6c/files/dhcpv6.script#L136). This...
Merged in my [fork](https://github.com/CodeFetch/router-u-boot/).
@lePereT I think you're right, but I'm not sure about the consequences. This patch took care: https://github.com/openwrt/openwrt/blob/d3c9630811468499a94302fc57f3a4874f1614bc/target/linux/ath79/patches-4.19/405-mtd-tp-link-partition-parser.patch Now we only have MTDSPLIT: https://github.com/openwrt/openwrt/blob/master/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_tplink.c @adrianschmutzler Do you know if the size...
@robimarko Merged in my [fork](https://github.com/CodeFetch/router-u-boot/commit/da7cf9acbc991498509a81caea6a62084f9a478f). Do you have an original U-Boot image?
Hm. Maybe someone should write a script that just downloads all the TP-Link firmware images with "boot" in their name and run binwalk to extract the U-Boot partitions automatically.
Merged in my [fork](https://github.com/CodeFetch/router-u-boot/).
This U-Boot supports flash modifications, but OpenWrt does not.
Merged in my [fork](https://github.com/CodeFetch/router-u-boot/).
@pepe2k What is missing for QCA9561 support? I'd like to add support for TP-Link WR941ND v6, WR940N v3, v4 and v6 which have a TP9343/QCA9561-based chip. They are almost identical...
@rosysong You offer a uboot file for download on you website. Do you have the source code for it?