[PATCH netifd] interface: support "zone" config option

2022-07-26 Thread Rafał Miłecki
From: Rafał Miłecki Many protocol handlers support "zone" option independently and they pass it in the "data". Then it's read e.g. by a firewall[34]. Add support for "zone" directly to the netifd so: 1. It works for all protocols 2. Handlers don't have to duplicate code Signed-off-by: Rafał

RE: lttng-modules-2.10.8/lttng-*.ko' is missing

2022-07-26 Thread quic_pkommu
Hello Coders, I am trying to compile "lttng-modules" for OpenWRT I been consistently facing below error. ERROR: module '/local/mnt/workspace/code/LE/openwrt/07042022/owrt/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/arm-chipset/lttng-modules-2.10.8/lttng-*.ko' is missing. Please kindly

[PATCHv2] ramips: add support for Notion R281

2022-07-26 Thread Ian Pangilinan
From: Ian Pangilinan Date: Sun, 27 July 2022 10:55:00 +0800 Subject: [PATCHv2] ramips: add support for Notion R281 Notion R281 is a Cat.6 LTE CPE. It is known as Boosteven R281 in some markets. Product link: https://www.notioni.com/productinfo/759146.html Hardware highlights: - CPU:

Re: [PATCH] ramips: add support for Notion R281 (mtd5)

2022-07-26 Thread Ian Pangilinan
> On 2022-07-25 16:35, Bjørn Mork wrote: > Ian Pangilinan writes: > >> Yes I have tried to strings /dev/mtd0, but I didn't see anything that >> could give hint. Maybe I missed it, so here it is. Another set of eyes >> is better than one. https://pastebin.com/uDcUyvNc > > I can't see anything

Re: [PATCH] airoha: Add new target platform

2022-07-26 Thread Felix Fietkau
Hi Daniel, On 26.07.22 08:46, Daniel Danzberger wrote: Airoha is a new ARM platform based on Cortex A7 which has recently been merged into linux-next. This support is based mostly on those linux-next commits backported for kernel 5.15. Patches: 1 - platform support = linux-next 2 - clock

[PATCH] airoha: Add new target platform

2022-07-26 Thread Daniel Danzberger
Airoha is a new ARM platform based on Cortex A7 which has recently been merged into linux-next. This support is based mostly on those linux-next commits backported for kernel 5.15. Patches: 1 - platform support = linux-next 2 - clock driver = linux-next 3 - gpio driver = linux-next 4 -