[PATCH] tplink-safeloader: add optional extra header for support-list

2022-08-17 Thread Nick French
. Note: currently only seen in the TP-Link Deco S4R v2, whose support for factory images is only theoretical since all known OEM firmwares require vendor-signed firmware updates, but that should not stop us from generting valid factory images. Signed-off-by: Nick French --- src/tplink-safeloader.c

Re: [PATCH] tplink-safeloader: add TP-Link Deco S4 v2 support

2022-08-14 Thread Nick French
On Sun, Aug 14, 2022 at 08:04:01AM +0200, Sander Vanheule wrote: > Hi, > > On Sat, 2022-08-13 at 13:51 -0500, Nick French wrote: > > Support creating images for TP-Link Deco S4R v2. > > > > Original partition layout from OEM image: > >  partition fs-uboot base 0x

[PATCH] tplink-safeloader: add TP-Link Deco S4 v2 support

2022-08-13 Thread Nick French
and 'file-system' partitions were merged into 'firmware' to make use of the automatic mtd split. Signed-off-by: Nick French --- src/tplink-safeloader.c | 43 + 1 file changed, 43 insertions(+) diff --git a/src/tplink-safeloader.c b