[PATCH] image: drop unused legacy NAND build recipes

2020-10-26 Thread Adrian Schmutzler
This drops unused legacy recipes Image/Build/SysupgradeNAND and Image/Build/UbinizeImage. Signed-off-by: Adrian Schmutzler --- include/image.mk | 29 - 1 file changed, 29 deletions(-) diff --git a/include/image.mk b/include/image.mk index 016f5ca524..eb047041fc

[PATCH 1/2] image: drop combined-image build recipe

2020-10-26 Thread Adrian Schmutzler
Build/combined-image is only used in ath25 target, and that defines its own version. Thus, drop the unused definition in image-commands.mk. Signed-off-by: Adrian Schmutzler --- include/image-commands.mk | 8 1 file changed, 8 deletions(-) diff --git a/include/image-commands.mk

[PATCH 2/2] image: sort image-commands.mk alphabetically

2020-10-26 Thread Adrian Schmutzler
The definitions in image-commands.mk seem to have no particular order. Sort them alphabetically to make it easier to actually find anything there. No other changes made beyond moving entire blocks. Signed-off-by: Adrian Schmutzler --- include/image-commands.mk | 423

[PATCH] image: drop obsolete legacy image recipes

2020-10-26 Thread Adrian Schmutzler
LegacyDevice is not used anymore in our tree, so let's drop it together with the relevant definitions and recipes. Signed-off-by: Adrian Schmutzler --- include/image-legacy.mk | 93 - include/image.mk| 11 - 2 files changed, 104 deletions(-)

[PATCH firewall3 v2] ipsets: allow commented lines with loadfile

2020-10-26 Thread Daniel Harding
When loading ipset files using the loadfile option, skip lines that start with '#' (disregarding any leading whitespace). Signed-off-by: Daniel Harding --- ipsets.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ipsets.c b/ipsets.c index 280845b..7af795d

[PATCH] client: don`t clear cl->dispatch

2020-10-26 Thread wojciech . jowsa
From: Wojciech Jowsa A segfault occurs in ubus_cmp_id when a client tries to subscribe to an ubus object after the object was removed and added again. When the ubus object is removed then a client subcribed to this object in notified about that. This causes following functon calls

[PATCH opkg v2] pkg_hash: don't suggest incompatible packages

2020-10-26 Thread Paul Spooren
Up until now opkg would suggest packages with unsatisfied dependencies as installable candidates. This is a frequent issue for the kmod feed in snapshot images. In these cases opkg suggest a newer kmod version than compatible with the installed kernel, because the same package is available both in

Re: [PATCH firewall3 v2] ipsets: allow commented lines with loadfile

2020-10-26 Thread Henrique de Moraes Holschuh
On 26/10/2020 03:28, Daniel Harding wrote: When loading ipset files using the loadfile option, skip lines that start with '#' (disregarding any leading whitespace). Signed-off-by: Daniel Harding Looks good to me, FWLIW. Thanks for addressing my suggestion! --- ipsets.c | 12 ++--

Support for Turris Omnia 2019/2020

2020-10-26 Thread W. Michael Petullo
I have found that Klaus Kudielka's patch to add support for the Turris Omnia 2019/2020 both necessary and sound: https://github.com/openwrt/openwrt/pull/2693 Adrian Schmutzler already merged some of Klaus' work, but it is not clear to me what hurdles remain, if anything. Would someone