[patch] ubox: logread: add option to filter priority (log level)

2023-11-21 Thread Isaev Ruslan
This adds an ability to filter log messages priority: -v handle only messages with given log level (0-7), repeatable -V ignore messages with given log level (0-7), repeatable Signed-off-by: Isaev Ruslan --- log/logread.c | 27 ++- 1 file changed, 26 insertions(+),

Re: [PATCH] ipq40xx: add PCIe magic hack to improve VRX518 compatibility

2023-11-21 Thread Felix Maurer
On 30.01.23 23:40, Jan Hoffmann wrote: Some VRX518 modems fail to initialize properly with the error message "dc_ep_clk_on failed". As a result, the DSL data path doesn't work. This hack, which is based on code from the FRITZ!Box 7530 GPL archive, fixes the issue. It changes the PCIe vendor/devi