Re: [PATCH] Patch to handle partitions with alternate names.

2022-05-02 Thread Sander Vanheule
Hi Ole Kristian, On Sun, 2022-05-01 at 23:12 +0200, Ole Kristian Lona wrote: > Thanks. > > > > Hi Ole Kristian, > > > > This patch has some formal issues. The patch title should start with > > "tplink-safeloader:"; > > Sorry, bad mistake, hopefully won't ever happen again! > > > see `git log

[openwrt] Patch notification: 2 patches updated

2022-05-02 Thread Patchwork
Hello, The following patches (submitted by you) have been updated in Patchwork: * openwrt: Patch to handle partitions with alternate names. - http://patchwork.ozlabs.org/project/openwrt/patch/mailman.10341.1651215143.441203.openwrt-de...@lists.openwrt.org/ - for: OpenWrt development

zabbix: split to variants to enable SSL support review

2022-05-02 Thread Šimon Bořek via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello, It's been more than a mon

[PATCH] tplink-safeloader: Patch to handle partitions with alternate names.

2022-05-02 Thread Ole Kristian Lona via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- From: Ole Kristian Lona Some dev

Re: [PATCH] base-files: fix sysupgrade with ubi and kernel sharing partition

2022-05-02 Thread Bjørn Mork
Lanchon writes: > hi, > > sorry for the delay. I didn't expect that kind of sharing. I can understand that. I have not been able to find any other examples, so I have to take full responsibility for this unexpected configuration. I guess I thought it would make sense to have a "Kernel" partition

Re: [PATCH] base-files: fix sysupgrade with ubi and kernel sharing partition

2022-05-02 Thread Lanchon
hi, sorry for the delay. I didn't expect that kind of sharing. your fix is not enough: when later the partition is written, it is via 'mtd -n write' which expects an erased partition. i will do a PR ASAP to fix this by invalidating the start of the kernel partition instead of erasing it, thi