[PATCH procd] utils: fix get_active_console when kernel returns multiple values

2022-01-24 Thread Mathew McBride
/sys/class/tty/console/active may return multiple values on kernels where framebuffer support is enabled but the system is supposed to be using a serial console. e.g $ cat /sys/class/tty/console/active tty0 ttyS0 On such systems, tty0 is a dummy console: [0.008273] Console: colour dummy

Re: OpenWrt 21.02 and 19.07 minor release

2022-01-24 Thread Hauke Mehrtens
On 1/24/22 22:53, Hauke Mehrtens wrote: Hi, I would like to tag a new 21.02 and 19.07 minor release in about one week. I am not aware of a severe security problem, it was just some time since the last release. Are there any known regressions in the current stable branches compared to the

OpenWrt 21.02 and 19.07 minor release

2022-01-24 Thread Hauke Mehrtens
Hi, I would like to tag a new 21.02 and 19.07 minor release in about one week. I am not aware of a severe security problem, it was just some time since the last release. Are there any known regressions in the current stable branches compared to the last release and should we fix them? If

[PATCH] kernel: move bootargs-append patch to generic

2022-01-24 Thread Sungbo Eo
This moves bootargs-append support patch from ipq40xx and ipq806x to generic. This way we can append additional boot arguments from DTS instead of only being able to overwrite them. This is a preparation for kirkwood support of ipTIME NAS1. Signed-off-by: Sungbo Eo ---

Re: Re: coreutils

2022-01-24 Thread Sergey Ponomarev
If you are talking about the https://github.com/uutils/coreutils project then it's far from completion. Also the Rust compiler is not so good for MIPS targets which are used by most routers. OpenWrt is based on BusyBox utils which is a clone of coreutils but with many options stripped to keep

Re: [PATCH] x86: geode: use kernel [hwrng] to provide randomness

2022-01-24 Thread Alexey Smirnov
I wonder, does it applicable for all targets with HW RNG support? Is it necessary to have quality of HW RNG not less than 1000 for kernel to use /dev/hwrng directly without user space tools like rng-tools? ___ openwrt-devel mailing list

Re: [PATCH v2] wireguard-tools: allow generating private_key

2022-01-24 Thread Aiyion.Prime
Hey ynezz, I tried to bump this in #openwrt-devel yesterday; as your last message there is from december, I thought I do it here instead. We've been using the patch for a few months now. Is there something I can help to progress this faster? Thanks for the effort Aiyion On 9/15/21 03:09,