procd error messages

2024-02-12 Thread Hartmut Birr
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 procd_open_instance - procd_set_param command /sbin/neti

Re: qca8327/qca8337 switch

2024-02-12 Thread Luiz Angelo Daros de Luca
> Am 12.02.2024 um 17:59 schrieb Christian Marangi (Ansuel): > > Would be ideal to know what target are we talking about. > > The device is a TP Link C7 converted to using DSA. It is a good opportunity to use it as a loadable module. It is tricky but it works if configured correctly. Regards, Lu

Re: qca8327/qca8337 switch

2024-02-12 Thread e9hack
Am 12.02.2024 um 17:59 schrieb Christian Marangi (Ansuel): Would be ideal to know what target are we talking about. The device is a TP Link C7 converted to using DSA. Regards, Hartmut ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org h

[PATCH 3/3] ipip6/ds-lite: Remove ds-lite and update ipip6 for compatibility

2024-02-12 Thread ms
From: Arayuki Mago - Remove ds-lite package. - Add `PROVIDES:=ds-lite` to ipip6 for seamless transition. Signed-off-by: Arayuki Mago --- package/network/ipv6/ds-lite/Makefile | 42 -- package/network/ipv6/ds-lite/files/ipip6.sh | 138 package/network/ipv6/ipip6/

[PATCH 2/3] ipip6/ds-lite: Integrate ds-lite and ipip6 ds-lite and ipip6 now use the same backend ipip6.sh

2024-02-12 Thread ms
From: Arayuki Mago Signed-off-by: Arayuki Mago --- package/network/ipv6/ds-lite/Makefile | 2 +- .../ds-lite/files/{dslite.sh => ipip6.sh} | 72 +-- package/network/ipv6/ipip6/Makefile | 13 ++-- package/network/ipv6/ipip6/files/ipip6.sh | 68 +

[PATCH 1/3] ipip6: add new package for IPIP6(RFC2473) support Add Generic Packet Tunneling in IPv6 Specification (RFC 2473) support. (For NTT Broadband V6Plus/transix/Xpass Fixed IP)

2024-02-12 Thread ms
From: Arayuki Mago Signed-off-by: Arayuki Mago --- package/network/ipv6/ipip6/Makefile | 44 + package/network/ipv6/ipip6/files/ipip6.sh | 106 ++ 2 files changed, 150 insertions(+) create mode 100644 package/network/ipv6/ipip6/Makefile create mode 100644 pa

Re: qca8327/qca8337 switch

2024-02-12 Thread Robert Marko
On Mon, 12 Feb 2024 at 17:59, Christian Marangi (Ansuel) wrote: > > Il giorno lun 12 feb 2024 alle ore 17:58 e9hack ha scritto: > > > > Hi, > > > > it looks like that this commit > > > > 997acc7f86ca985cba52f7ea8b72f0661a1e3c52 > > generic: 6.1: backport at803x split patches > > > > breaks device

Re: qca8327/qca8337 switch

2024-02-12 Thread Christian Marangi (Ansuel)
Il giorno lun 12 feb 2024 alle ore 17:58 e9hack ha scritto: > > Hi, > > it looks like that this commit > > 997acc7f86ca985cba52f7ea8b72f0661a1e3c52 > generic: 6.1: backport at803x split patches > > breaks devices which using a qca8327/qca8337 switch, because the switch > driver is not longer comp

qca8327/qca8337 switch

2024-02-12 Thread e9hack
Hi, it looks like that this commit 997acc7f86ca985cba52f7ea8b72f0661a1e3c52 generic: 6.1: backport at803x split patches breaks devices which using a qca8327/qca8337 switch, because the switch driver is not longer compiled in. Regards, Hartmut ___ o

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

2024-02-12 Thread Tomasz Maciej Nowak
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 -I/Users/runner/work/firmware-utils/firmware-utils/openwrt/tools/include -I/usr/local/opt/libressl/include -O3 -DNDEBUG -isysroot /Applications/

Re: ustream-ssl ABI_VERSION usage

2024-02-12 Thread Petr Štetiar
Jo-Philipp Wich [2024-02-12 14:09:27]: Hi, > Ideally all packages specifying an ABI version should ship versioned .so files > as well. I would like to point out, that ustream-ssl is dynamically loaded library[1], so we would need to pass that ABI information somehow to the clients, so they wou

Re: ustream-ssl ABI_VERSION usage

2024-02-12 Thread Jo-Philipp Wich
Hi Paul, While working on using APK instead of OPKG, I started to look into ABI versions of different packages and found that ustream-ssl always install libustream-ssl.so , with no ABI version attached. $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libustream-ssl.so $(1

[PATCH 4/5] base-files: sysupgrade: s/do_save_conffiles/create_backup_archive/

2024-02-12 Thread Rafał Miłecki
From: Rafał Miłecki Rename function to more accurate and self-explanatory name: 1. Use "archive" in name as this functions creates tar archive 2. Avoid "conffiles" as this function may archive more than that Signed-off-by: Rafał Miłecki --- package/base-files/files/sbin/sysupgrade | 6 +++---

[PATCH 1/5] base-files: sysupgrade: replace UMOUNT_ETCBACKUP_DIR with a local variable

2024-02-12 Thread Rafał Miłecki
From: Rafał Miłecki It was used inside do_save_conffiles() only. Signed-off-by: Rafał Miłecki --- package/base-files/files/sbin/sysupgrade | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package/base-files/files/sbin/sysupgrade b/package/base-files/files/sbin/sysupg

[PATCH 5/5] base-files: sysupgrade: rename add_*files() functions

2024-02-12 Thread Rafał Miłecki
From: Rafał Miłecki Usage of word "add" was somehow misleading in those functions: 1. They don't really add (as in: append) anything. Result files are created from scratch. 2. It wasn't clear what adding files means. It could be understood as adding actual files somewhere (to existing archi

[PATCH 3/5] base-files: sysupgrade: exit with no error for --help

2024-02-12 Thread Rafał Miłecki
From: Rafał Miłecki Calling "sysupgrade --help" should result in printing help and exiting with 0 code. Signed-off-by: Rafał Miłecki --- package/base-files/files/sbin/sysupgrade | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/package/base-files/files/sbin

[PATCH 2/5] base-files: sysupgrade: group & cleanup global variables

2024-02-12 Thread Rafał Miłecki
From: Rafał Miłecki Group & describe them by type, drop unneeded exports. Signed-off-by: Rafał Miłecki --- package/base-files/files/sbin/sysupgrade | 64 1 file changed, 33 insertions(+), 31 deletions(-) diff --git a/package/base-files/files/sbin/sysupgrade b/package

ustream-ssl ABI_VERSION usage

2024-02-12 Thread Paul Spooren
Hi, While working on using APK instead of OPKG, I started to look into ABI versions of different packages and found that ustream-ssl always install libustream-ssl.so , with no ABI version attached. > $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libustream-ssl.so $(1)/l