Re: [PATCH] bcm53xx: switch to the upstream DSA-based b53 driver

2021-10-18 Thread Christian Lamparter
Hello, On Mon, Oct 18, 2021 at 3:06 PM Rafał Miłecki wrote: > 1. Drop swconfig > 2. Simplify network setup > 3. Verify network config > 4. Disable Buffalo WZR-900DHP for now - it misses ports definition > Nice! MR32's portion of a similar patch (the only change that has remained... as the DTS

Re: Ubuntu 21.10 fails to compile OpenWrt 21.02 hosts tools (m4)

2021-10-18 Thread Michal Vasilek
On 10/18/21 4:54 PM, Hannu Nyman wrote: I noticed that Rosen has recently updated m4 in master to 1.4.19, so I tested cherry-picking the 1.4.19 version update to openwrt-21.02, and it helps. m4 again compiles  ;-) Apparently the m4 version 1.4.19 in master contains some fixes for host gcc

Re: Ubuntu 21.10 fails to compile OpenWrt 21.02 hosts tools (m4)

2021-10-18 Thread Josef Schlehofer
Hi, There are already two pull requests, which fixes this issue. Reference: [1] https://github.com/openwrt/openwrt/pull/4675 (21.02) [2] https://github.com/openwrt/openwrt/pull/4674 (19.07) Regards, Josef On 18. 10. 21 16:54, Hannu Nyman wrote: > I updated my buildhost to Ubuntu 21.10 and

Ubuntu 21.10 fails to compile OpenWrt 21.02 hosts tools (m4)

2021-10-18 Thread Hannu Nyman
I updated my buildhost to Ubuntu 21.10 and noticed that while it compiles master ok, the OpenWrt 21.02 build fails already at the tools build stage. m4 is the failing tool.  Error log below. I noticed that Rosen has recently updated m4 in master to 1.4.19, so I tested cherry-picking the

Re: RFC: toolchain for building eBPF modules within the OpenWrt build system

2021-10-18 Thread Felix Fietkau
On 2021-10-18 15:37, Florian Eckert wrote: I'd suggest to require a preinstalled host toolchain for the time being. How about requiring a preinstalled host toolchain by default, but building it from source on buildbot? I wouldn't make it dependent on whether openwrt compiles on the buildbot

Re: RFC: toolchain for building eBPF modules within the OpenWrt build system

2021-10-18 Thread Florian Eckert
I'd suggest to require a preinstalled host toolchain for the time being. How about requiring a preinstalled host toolchain by default, but building it from source on buildbot? I wouldn't make it dependent on whether openwrt compiles on the buildbot or not. I am not using this build option

[PATCH] bcm53xx: switch to the upstream DSA-based b53 driver

2021-10-18 Thread Rafał Miłecki
From: Rafał Miłecki 1. Drop swconfig 2. Simplify network setup 3. Verify network config 4. Disable Buffalo WZR-900DHP for now - it misses ports definition Signed-off-by: Rafał Miłecki --- target/linux/bcm53xx/Makefile | 2 +- .../bcm53xx/base-files/etc/board.d/02_network | 80

Re: [PATCH 21.02] mwlwifi: downgrade the 88W8964's firmware to 9.3.2.6 to prevent instability

2021-10-18 Thread Arınç ÜNAL
This patch can be closed as it doesn't provide a proper solution. Arınç On Thu, Jul 22, 2021 at 7:54 PM Arınç ÜNAL wrote: > > Avoid 88W8964 firmware 9.3.2.12 for Wi-Fi instabilities it causes on Linksys > WRT3200ACM & WRT32X until fixes on master branch are backported to > openwrt-21.02. > >

Re: [PATCH] dnsmasq: procd-ujail: workaround startup failure, when leasefile location is in /tmp

2021-10-18 Thread Daniel Golle
On Mon, Oct 18, 2021 at 08:12:00AM +, Bastian Bittorf wrote: > introduced with 44f694ba1bca1417d24e851c637c284f9f78c06d > ("build: select procd-ujail if !SMALL_FLASH") dnsmasq fails > to startup when the leasefile is configured to be in /tmp, > which is just not suited for beeing a jail

[PATCH] dnsmasq: procd-ujail: workaround startup failure, when leasefile location is in /tmp

2021-10-18 Thread Bastian Bittorf
introduced with 44f694ba1bca1417d24e851c637c284f9f78c06d ("build: select procd-ujail if !SMALL_FLASH") dnsmasq fails to startup when the leasefile is configured to be in /tmp, which is just not suited for beeing a jail location. With this patch we explicit call jail_mount_rw() for the (now