Re: [PATCH 1/2] libnl: add libnl-cli library

2021-01-15 Thread Pavel Šimerda
On 1/14/21 1:10 PM, Adrian Schmutzler wrote: -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of Pavel Šimerda Sent: Donnerstag, 14. Januar 2021 03:39 To: openwrt-devel@lists.openwrt.org Cc: Pavel Šimerda Subject: [PATCH 1/2] libnl: add

[PATCH] iperf3: move over to packages.git

2021-01-15 Thread Paul Spooren
That package is not required for building OpenWrt so the maintenance should happen over at packages.git. CC: Felix Fietkau Signed-off-by: Paul Spooren --- package/network/utils/iperf3/Makefile | 83 --- 1 file changed, 83 deletions(-) delete mode 100644

RE: [PATCH 2/2] bcm4908: build flashable & bootable firmware images

2021-01-15 Thread Adrian Schmutzler
Hi, some format nitpicking again and some other comments below: > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Rafal Milecki > Sent: Freitag, 15. Januar 2021 10:44 > To: openwrt-devel@lists.openwrt.org > Cc: Rafał Miłecki >

Re: ath10k-ct all hash values are different?

2021-01-15 Thread David Bauer
Hi Ben, On 1/14/21 7:14 PM, Ben Greear wrote: On 1/14/21 10:05 AM, Ben Greear wrote: On 1/13/21 4:58 PM, Sven Roederer wrote: Ben, seems to me, that at least "firmware-5-ct-full-community-12.bin-lede.013" is still not recovered. File is there, but contains only 0x00. This seems to cause my

[no subject]

2021-01-15 Thread Thomas Reiser 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 --- Discussion is here:

netifd: segfault on teardown when using proto static on dynamically added interface

2021-01-15 Thread Martin Schiller
Hi! In my work on https://github.com/openwrt/openwrt/pull/2759 (umbim / wwan: bugfixes + support for non-dhcp devices), I ran into a problem ith netifd. If you use the "static" protocol for a dynamically created interface, the netifd throws a segfault on "ifdown" of the parent interface. This

[PATCH 1/2] bcm63xx-cfe: enable package for bcm4908

2021-01-15 Thread Rafał Miłecki
From: Rafał Miłecki bcm4908 target needs to include cferam images in firmware files too Signed-off-by: Rafał Miłecki --- package/kernel/bcm63xx-cfe/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kernel/bcm63xx-cfe/Makefile

[PATCH 2/2] bcm4908: build flashable & bootable firmware images

2021-01-15 Thread Rafał Miłecki
From: Rafał Miłecki BCM4908 bootloader requires firmware with JFFS2 image containing: 1. cferam.000 2. 94908.dtb 3. vmlinux.lz 4. device custom files cferam.000 can be obtained from the bcm63xx-cfe repository. It requires specifying directory path that is defined using COMPATIBLE variable. For