Re: tplink-safeloader: add TP-Link CPE605 v1 Support

2022-12-07 Thread Sander Vanheule
Hi Andrew, On Wed, 2022-11-09 at 13:23 +, Andrew Cameron wrote: > From: Andrew Cameron > > Enable creating images compatible with the TP-Link CPE605 v1 Router Could you also add the original layout as defined in the vendor FW? See for example commit 71e1db65a548 ("tplink-safeloader: add

[PATCH] build: add option to use preinit IP as LAN IP

2022-12-07 Thread stijn--- 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 --- We currently have build options

[BACKPORT 22.03 v2 1/2] comgt-ncm: add support for quectel modem EC200T-EU

2022-12-07 Thread Jan-Niklas Burfeind
context_type is an integer mapping of pdptype: 1: IPV4 2: IPV6 3: IPV4V6 Signed-off-by: Jan-Niklas Burfeind (cherry picked from commit 13f82ce264ed2d02c66cb2cae8f013c8f64a979f) --- I sent the patch a few hours eatlier, but missed the development list. Commit-ID changed as I wrongly changed the

[BACKPORT 22.03 v2 2/2] ramips: add support for Wavlink WS-WN572HP3 4G

2022-12-07 Thread Jan-Niklas Burfeind
Wavlink WS-WN572HP3 4G is an 802.11ac dual-band outdoor router with LTE support. Specifications; * Soc: MT7621DAT * RAM: 128MiB * Flash: NOR 16MiB GD-25Q128ESIG3 * Wi-Fi: * MT7613BEN: 5GHz * MT7603EN: 2.4GHz * Ethernet: 2x 1GbE * USB: None - only used internally * LTE Modem: Quectel EC200T-EU

[PATCH v2] image: fix device profile specific COMPILE targets

2022-12-07 Thread Michael Pratt 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 --- Commit a01d23e75 ("image: always

[PATCH ustream-ssl v2] ustream-openssl: Disable renegotiation in TLSv1.2 and earlier

2022-12-07 Thread Martin Schiller
This fixes CVE-2011-1473 and CVE-2011-5094 by disabling renegotiation in TLSv1.2 and earlier for server context. Signed-off-by: Martin Schiller --- v2: - also handle wolfssl implementation. --- ustream-openssl.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/ustream-openssl.c