Re: [PATCH] build: SDK/IB reproducible and faster compression

2020-08-21 Thread Paul Spooren
On 21.08.20 06:47, Matthias Schiffer wrote: Did you have a look at the zstd patches I sent a while ago? zstd is superior to xz in most cases - the only reason I didn't merge the patches yet was that all of our phase2 buildbots would need to have zstd installed to extract the new SDK before we

Testers for upstream PCI patches on ipq806x

2020-08-21 Thread Adrian Schmutzler
Hi, Ansuel has proposed a PR to replace the pci patchset on ipq806x with upstream support: https://github.com/openwrt/openwrt/pull/3284 I'd like to merge this as it makes the bump to 5.4.60 much easier, but as it happens, we have three testers for R7800, but none for any other devices. Would

Re: [PATCH] build: SDK/IB reproducible and faster compression

2020-08-21 Thread Matthias Schiffer
On 8/21/20 3:47 AM, Paul Spooren wrote: > As friends of reproducible builds please have a look at this patch. > > On 13.08.20 13:46, Paul Spooren wrote: >> Both IB and SDK now use the same logic for packing. >> >> This commit add reproducible multithread compression to the SDK and >> corrects the

Re: ath5k_pci always selected?

2020-08-21 Thread David Bauer
Hello Adrian, On 8/21/20 3:56 PM, Adrian Schmutzler wrote: Hi, when working on the kernel 4.14 target removal, I found the following block in package/kernel/mac80211/ath.mk: config-$(call config_package,ath5k) += ATH5K ifdef CONFIG_TARGET_ath25 config-y += ATH5K_AHB else config-y +=

[PATCH] ramips: remove further mt7621 code from local ethernet driver

2020-08-21 Thread Adrian Schmutzler
While commit 734a8c46e703 focussed on removing stuff directly selected by the NET_RALINK_* symbols, this patch removes additional unused mt7621-specific code from the ethernet driver. As with the previous patch, the main reason is to reduce the amount of code we have to maintain and care about.

[PATCH] curl: update to version 7.72.0

2020-08-21 Thread Josef Schlehofer
Changes in this version can be found here: https://curl.haxx.se/changes.html#7_72_0 Signed-off-by: Josef Schlehofer --- package/network/utils/curl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/utils/curl/Makefile

ath5k_pci always selected?

2020-08-21 Thread Adrian Schmutzler
Hi, when working on the kernel 4.14 target removal, I found the following block in package/kernel/mac80211/ath.mk: config-$(call config_package,ath5k) += ATH5K ifdef CONFIG_TARGET_ath25 config-y += ATH5K_AHB else config-y += ATH5K_PCI endif