[PATCH] base-files: add support for heartbeat led trigger

2022-01-03 Thread Alexey Smirnov
This patch adds support for creation heartbeat led trigger with, for example, this command: ucidef_set_led_heartbeat "..." "..." "..." from /etc/board.d/01_leds. Signed-off-by: Alexey Smirnov --- package/base-files/files/lib/functions/uci-def

[PATCH] omap: add support for the TRNG Hardware Accelerator

2022-01-10 Thread Alexey Smirnov
According to TI docs (Processor SDK Linux Getting Started Guide) the Random Number Generator hardware is found on OMAP16xx, OMAP2/3/4/5, AM33xx/AM43xx boards. It already defined in device tree files. Let's enable it. Some tests: root@RTS1_OI:~# rngtest -c 1000 --- target/linux/omap/config-5.10

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 openwrt-devel@li

[PATCH 1/1] netifd: device: add ipvlan support

2022-11-14 Thread Alexey Smirnov
This almost copy-paste from macvlan device with corresponding changes. Signed-off-by: Alexey Smirnov --- CMakeLists.txt | 2 +- ipvlan.c | 263 + system-dummy.c | 10 ++ system-linux.c | 76 ++ system.h | 8 ++ 5

[PATCH 1/1] netifd: device: add ipvlan support

2022-12-14 Thread Alexey Smirnov
Please, any review? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH 1/1] netifd: device: add ipvlan support

2022-12-14 Thread Alexey Smirnov
Please, any review? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel