Re: Disabling Dropbear ssh-rsa support?

2025-07-04 Thread Tim Small via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On 04/07/2025 17:33, Thibaut wro

Re: [VOTE] OpenWrt Two

2025-02-13 Thread Tim Small via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On 13/02/2025 08:47, John Crispi

Easily providing test/debug images to end users? "experimental" tree?

2024-11-30 Thread Tim Small via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hi, It seems that it's currently

Re: [PATCH 2/2] realtek: add support for HPE 1920-24G-PoE-370w

2024-09-22 Thread Tim Small via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hi Evan, Thanks for your email..

Re: [PATCH 2/2] realtek: add support for HPE 1920-24G-PoE-370w

2024-09-20 Thread Tim Small via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hi Evan, On 19/09/2024 01:36, Ev

Re: [PATCH 2/2] realtek: add support for HPE 1920-24G-PoE-370w

2024-09-18 Thread Tim Small via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hi, I prepared a patch for this

Re: realtek target needs help

2024-08-06 Thread Tim Small via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- In the past, I've done some very m

Re: [OpenWrt-Devel] [PATCH] WDR4900v1 remove dt node for absent hw crypto.

2018-07-08 Thread Tim Small
On 04/07/18 14:05, Tim Small wrote: The WDR4900v1 uses the P1040 SoC, so the device tree pulls in the definition for the related P1010 SoC. However, the P1040 lacks the CAAM/SEC4 hardware crypto accelerator which the P1010 device tree defines. If left defined, this causes the CAAM drivers (if

[OpenWrt-Devel] [PATCH] WDR4900v1 remove dt node for absent hw crypto.

2018-07-04 Thread Tim Small
4107 Signed-off-by: Tim Small --- .../files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts | 24 ++ 1 file changed, 24 insertions(+) diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts i

[OpenWrt-Devel] Fix broken crypto ops on TP-Link TL-WDR4900 18.06-RC1

2018-07-04 Thread Tim Small
I hit unexplained errors when trying to use macsec on a TL-WDR4900v1 with 18.06-RC1, which I tracked down to an incorrect device tree definition for HW crypto acceleration which is missing on the TC-WDR4900v1. The following patch removes the incorrect device tree node. __