Słowa kluczowe do wypozycjonowania

2023-11-20 Thread Kamil Tralewski 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 --- Dzień dobry, zapoznałem się z

[PATCH] mediatek: filogic: add Acelink EW-7886CAX support

2023-11-20 Thread Rafał Miłecki
From: Rafał Miłecki Acelink EW-7886CAX is an MT7986A (AKA Filogic 830) based access point. It has 512 MiB of RAM, one 2.5 Gbps PoE (802.3at) Ethernet port and on-SoC Wi-Fi. My unit came with Mediatek's firmware (based on OpenWrt 21.02) installed. It was possible to simply upgrade using

Re: [PATCH] mediatek: filogic: add Acelink EW-7886CAX support

2023-11-20 Thread Daniel Golle
Hi Rafal, looks good in general, please see minor comments in line. On Mon, Nov 20, 2023 at 12:01:38PM +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > Acelink EW-7886CAX is an MT7986A (AKA Filogic 830) based access point. > It has 512 MiB of RAM, one 2.5 Gbps PoE (802.3at) Ethernet port

Describing LEDs roles in device tree?

2023-11-20 Thread Rafał Miłecki
Hi! Our current binding Documentation/devicetree/bindings/leds/common.yaml allows describing some generic LED parameters. Most common are color and function. Now, many systems will want further & more specialized description of LEDs. Most common roles I can think of: 1. System is booting 2.

Re: Best practices for shell libraries (specifically error-checking)

2023-11-20 Thread Paul D
On 2023-11-18 20:42, Philip Prindeville wrote: Hi all, I'm trying to figure out what best practices are for shell libraries, as I'm working on changes to a pretty significant library which I envision being leveraged in a lot of places. My questions are these: * should a good library do