Re: [PATCH] realtek: fix ZyXEL initramfs image generation

2021-10-29 Thread Sander Vanheule
Hi Bjørn, On Thu, 2021-06-24 at 23:04 +0200, Bjørn Mork wrote: > The current rule produces empty trailers, causing the OEM firmware > update application to reject our images. > > The double expansion of a makefile variable does not work inside > shell code.  The second round is interpreted as a s

OpenWrt 21.02.1 First service release

2021-10-29 Thread Hauke Mehrtens
Hi, The OpenWrt community is proud to announce the first service release of OpenWrt 21.02. It fixes security issues, improves device support, and brings a few bug fixes. Main changes from OpenWrt 21.02.0 Major bug fixes * Fix Let's Encrypt certificate handling in WolfSSL * Fix sysupgrade f

Re: [RFT PATCH] ath9k: OF: qca, disable-(2|5)ghz => ieee80211-freq-limit

2021-10-29 Thread Martin Blumenstingl 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 --- Hi Christian, thank you for worki

[RFT PATCH] ath9k: OF: qca,disable-(2|5)ghz => ieee80211-freq-limit

2021-10-29 Thread Christian Lamparter
OpenWrt maintains two special out-of-tree DT properties: "qca,disable-5ghz" and "qca,disable-2ghz". These are implemented in a mac80211 ath9k patch "550-ath9k-disable-bands-via-dt.patch". With the things being what they are, now might be a good point to switch the devices to the generic and upstre

[PATCH v2] rpcd: reload rpcd on installation of rpcd-mod-*

2021-10-29 Thread Daniel Golle
When installing additional rpcd modules, a restart of rpcd is required. This often confuses users as even after installing rpcd-mod-rpcsys the relevant ubus objects are still missing until rpcd has been reloaded (or the system has been rebooted, obviously). Let rpcd-mod-* reload rpcd as post-instal

[firmware-utils][PATCH 2/2] build, cmake: switch OPENSSL_CRYPTO_LIBRARY -> OPENSSL_CRYPTO_LIBRARIES

2021-10-29 Thread Alexandru Ardelean
OPENSSL_CRYPTO_LIBRARY returns just the full path to libcrypto.a OPENSSL_CRYPTO_LIBRARIES returns also any other libraries required to fully link an executable with libcrypto.a. This can be -lpthread, or -ldl, or something else. The FindOpenSSL.cmake module does a good job of identifying these dep

[firmware-utils][PATCH 1/2] build, cmake: add quotes for FW_UTIL variable arguments

2021-10-29 Thread Alexandru Ardelean
CMake macro arguments are special, so when passing ${ZLIB_LIBRARIES} as an argument, this can actually be a list of strings. In this case, the first library (for zlib) will be added to TARGET_LINK_LIBRARIES() and the others will be discarded. This is likely due to some expansion from the FW_UTIL ma

[PATCH v2] hostapd: add fallback for WPS on stations

2021-10-29 Thread Raphaël Mélotte
Up to now the WPS script triggered WPS on the stations only if it could not trigger it successfully on any hostapd instance. In a Multi-AP context, there can be a need (to establish a new wireless backhaul link) to trigger WPS on the stations, regardless of whether there is already a hostapd insta