Re: [PATCH 1/2] ramips: mt7621: Add Arcadyan WE420223-99 support

2022-12-28 Thread Harm Berntsen 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 Wed, 2022-12-28 at 00:11 +0100,

ui.waitReconnect() may load over HTTP instead of HTTPS

2022-12-28 Thread Peter Naulls
I see this warning in Firefox (OpenWrt 22.03): Loading mixed (insecure) display content “http://192.168.113.1/luci-static/resources/icons/loading.gif?0.046104145623280135” on a secure page This happens when the sysupgrade dialog is processing on an https luci. It doesn't cause any real har

Re: [PATCH 1/2] ramips: mt7621: Add Arcadyan WE420223-99 support

2022-12-28 Thread Arınç ÜNAL
The Arcadyan WE420223-99 is a WiFi AC simultaneous dual-band access point distributed as Experia WiFi by KPN in the Netherlands. It features two ethernet ports and 2 internal antennas. Specifications -- SOC : Mediatek MT7621AT ETH : Two 1 gigabit ports, built into the SOC WIFI :

Re: [PATCH v2 2/2] ramips: mt7621-dts: we420223-99: mux phy0->gmac1

2022-12-28 Thread Arınç ÜNAL
This gives each port an individual link to the CPU, like in f1c9afd801 (ramips: mt7621-dts: mux phy0/4 to gmac1, 2022-07-06). The advantage of this is that it can now route packets faster between the ports (before the CPU only had a single 1Gb link to the switch that has to be shared between both

Re: Updating env/kernel-config after rebasing/kernel version bump

2022-12-28 Thread Robert Marko
On Wed, 28 Dec 2022 at 01:01, Philip Prindeville wrote: > > > > > On Dec 27, 2022, at 4:50 PM, Robert Marko wrote: > > > > On Wed, 28 Dec 2022 at 00:48, Philip Prindeville > > wrote: > >> > >> Hi, > >> > >> I originally set up my env/kernel-config a long time ago (like 2018) by > >> hand, and s

Re: Updating env/kernel-config after rebasing/kernel version bump

2022-12-28 Thread Philip Prindeville
> On Dec 28, 2022, at 1:14 PM, Robert Marko wrote: > > On Wed, 28 Dec 2022 at 01:01, Philip Prindeville > wrote: >> >> >> >>> On Dec 27, 2022, at 4:50 PM, Robert Marko wrote: >>> >>> On Wed, 28 Dec 2022 at 00:48, Philip Prindeville >>> wrote: Hi, I originally set u

[PATCH] octeontx: add sqaushfs and ramdisk to features

2022-12-28 Thread Tim Harvey
Add squashfs and ramdisk to features as these are commonly used images for the octeontx. Signed-off-by: Tim Harvey --- target/linux/octeontx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/octeontx/Makefile b/target/linux/octeontx/Makefile index 9b29e567

Re: ui.waitReconnect() may load over HTTP instead of HTTPS

2022-12-28 Thread Jo-Philipp Wich
Hi, ui.awaitReconnect() tries both http:// and https:// access simultaneously and redirects to whatever URL loads successfully. HTTPS access might be unavailable, e.g. when flashing an image without SSL support built in. This used to be the norm before OpenWrt enabled HTTPS by default in 22.03.