some github runner failers

2024-02-14 Thread Paul D
https://github.com/openwrt/packages/actions/runs/7908507874/job/21587828762?pr=23415 for various platforms errors: #4 [internal] load metadata for docker.io/openwrt/rootfs:i386_pentium-mmx-openwrt-23.05 #4 ERROR: no match for platform in manifest

Re: [PATCH v2] scripts: create kernel configuration upgrade script

2024-02-14 Thread Elliott Mitchell
On Wed, Feb 14, 2024 at 10:03:00AM +0100, Rafał Miłecki wrote: > On 7.02.2024 02:16, Elliott Mitchell wrote: > > diff --git a/scripts/kernel_upgrade.pl b/scripts/kernel_upgrade.pl > > new file mode 100755 > > index 00..b9fe5882a3 > > --- /dev/null > > +++ b/scripts/kernel_upgrade.pl > > @@

Re: [PATCH] base-files: sysupgrade: include uci-defaults script disabling services

2024-02-14 Thread Paul D
(Not directly commenting on this change set) Would services not do better to be tracked within uci and its config files in /etc/config? Or do changes to those files there risk triggering other procd actions to the services they dictate? On 2024-02-14 16:05, Rafał Miłecki wrote: From:

Re: procd error messages

2024-02-14 Thread Paul D
On 2024-02-13 00:23, Hartmut Birr wrote: Hi, I let /etc/init.d/network log some more things by changing: --- network.rom 2024-02-12 20:46:51.0 +0100 +++ network 2024-02-12 23:18:07.0 +0100 @@ -16,8 +16,10 @@ start_service() {     init_switch    

Re: [VOTE] New member proposal: Robimarko (Robert Marko)

2024-02-14 Thread Robert Marko
On Wed, 14 Feb 2024 at 22:15, Christian Marangi (Ansuel) wrote: > > > > > Robert is active in OpenWrt since 2017 and with some recent stats, he > > has more than 310 commits merged in OpenWrt. > > He also have uncounted Reviewed-by tag on various PR and merged commits > > and generally helps in

Re: [VOTE] New member proposal: Robimarko (Robert Marko)

2024-02-14 Thread Christian Marangi (Ansuel)
> > Robert is active in OpenWrt since 2017 and with some recent stats, he > has more than 310 commits merged in OpenWrt. > He also have uncounted Reviewed-by tag on various PR and merged commits > and generally helps in everything related to IPQ (ipq806x, ipq40xx and > ipq807x) and some mvebu

vlan on kernel 6.1

2024-02-14 Thread e9hack
Hi, I've trouble with kernel 6.1. My configuration for tagged vlan's with hostapd works on kernel 5.15 but not on 6.1. Vlan interfaces like ethx.y are not coming up. This happens on two different routers (Asus RT-AX53u and TP-Link Archer C7v2). When I try this manually I get: ip link add

[PATCH] base-files: sysupgrade: include uci-defaults script disabling services

2024-02-14 Thread Rafał Miłecki
From: Rafał Miłecki Disabled services should be kept disabled after sysupgrade. This can be easily handled using a proper uci-defaults script. Extend sysupgrade to check for disabled services, generate uci-defaults script disabling them and include it in backup. Cc: Christian Marangi Cc:

Re: [PATCH firmware-utils] zycast: disable build on non-Linux OS

2024-02-14 Thread Sander Vanheule
Hi Tomasz, On Mon, 2024-02-12 at 17:18 +0100, Tomasz Maciej Nowak wrote: > From: Tomasz Maciej Nowak > > Fails with following errors on MacOS builder: > > [ 96%] Building C object CMakeFiles/zycast.dir/src/zycast.c.o > /usr/bin/gcc   >

Re: [PATCH v2] scripts: create kernel configuration upgrade script

2024-02-14 Thread Rafał Miłecki
On 7.02.2024 02:16, Elliott Mitchell wrote: diff --git a/scripts/kernel_upgrade.pl b/scripts/kernel_upgrade.pl new file mode 100755 index 00..b9fe5882a3 --- /dev/null +++ b/scripts/kernel_upgrade.pl @@ -0,0 +1,261 @@ +#!/usr/bin/env perl