Re: [PATCH firewall4] fw4: add support for include.d dir

2022-08-11 Thread Florian Eckert
Hi, Sorry for the late reply instead of introducing uci includes that configure nft includes, why not encode the chain/position etc. values directly into the path/filename and directly include the file if it exists at the expected location? I was just wondering why not use the new feature

[PATCH] hostapd: add mbo flag to get_clients ubus method

2022-08-11 Thread Stijn Tintel
There is no WLAN_STA_MBO flag, but according to the hostapd source code, when an STA does not support MBO, cell_capa will be 0. Use this to indicate MBO support in the get_clients ubus method. Signed-off-by: Stijn Tintel --- package/network/services/hostapd/src/src/ap/ubus.c | 4 1 file

Re: [PATCH firewall4] fw4: add support for include.d dir

2022-08-11 Thread Jo-Philipp Wich
Hi, > [...] > > Sorry, but I don't agree with the following reasons. Let me briefly explain > why. > > All files under '/usr/share/firewall4/includes.d' are uci files. I can see > all relevant options. One problem with your suggested implementation is that you introduce a generic directory

[PATCH] kernel: extract kmod-sched-act-ipt from kmod-sched

2022-08-11 Thread Stijn Tintel
There is only one module in kmod-sched that depends on iptables. Move it to its own kmod package so we can drop the kmod-ipt-core dependency from kmod-sched. This makes it possible to disable all kmod-ipt-* packages without having to disable kmod-sched. Signed-off-by: Stijn Tintel ---

Re: Reaching out to Greg KH for 6 year LTS kernel versions

2022-08-11 Thread Dave Taht
I am not on the openwrt-devel list from this acct... I tried to resubscribe but its taking too long... On Wed, Aug 10, 2022 at 1:29 PM Philip Prindeville wrote: > > Not to play the devil's advocate but... do we want old kernels hanging out > that long? People are still shipping 3.3 kernels. >

[PATCH] main: allow underscore character in filename/mimetype

2022-08-11 Thread ptpt52
From: Chen Minqiang This add underscore character to valid char list in filename or in mimetype. It is not usual but should theoretically be valid. Signed-off-by: Chen Minqiang --- main.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.c b/main.c index

[PATCH cgi-io] main: allow underscore character in filename/mimetype

2022-08-11 Thread ptpt52
From: Chen Minqiang This add underscore character to valid char list in filename or in mimetype. It is not usual but should theoretically be valid. Signed-off-by: Chen Minqiang --- main.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.c b/main.c index