Re: Release goals for 22.XX

2021-10-19 Thread Martin Schiller
On 2021-10-20 04:47, Paul Spooren wrote: For now layerscape is still on 5.4 without Kernel 5.10 support. Is anyone planing to add support? Please reach out. As I had already written on 08 October, I am already working on it. Thereby I try to bring all relevant components to the state of LSDK-21

Re: Release goals for 22.XX

2021-10-19 Thread Paul Spooren
On 10/5/21 12:32 PM, camden lindsay wrote: Is - ipq807x  a typo? i don't see this target in the snapshots... is it really ipq806x? many thanks On Tue, Oct 5, 2021 at 3:14 PM Paul Spooren > wrote: Hi all, based on my overview[1] things are moving forward an

[RFC PATCH 6/6] mac80211: Update to version 5.15-rc6-test13

2021-10-19 Thread Hauke Mehrtens
The Cisco Aironet 802.11b driver was removed from backports, remove it also from OpenWrt. Signed-off-by: Hauke Mehrtens --- package/kernel/mac80211/Makefile | 19 +- .../patches/ath/404-regd_no_assoc_hints.patch | 4 +- .../ath10k/080-ath10k_thermal_config.patch| 2 +- ...r

[RFC PATCH 5/6] mac80211: Update to version 5.14.13-test12

2021-10-19 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- package/kernel/mac80211/Makefile |4 +- ...62-brcmfmac-Disable-power-management.patch |2 +- ...-in-driver-tables-with-country-codes.patch | 12 +- .../mac80211/patches/brcm/998-survey.patch| 10 +- .../subsys/150-disable_addr_notifie

[RFC PATCH 4/6] mac80211: Update to version 5.13.19-test12

2021-10-19 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- package/kernel/mac80211/Makefile | 4 +- .../930-ath10k_add_tpt_led_trigger.patch | 4 +- ...75-ath10k-use-tpt-trigger-by-default.patch | 2 +- ...erpret-requested-txpower-in-EIRP-dom.patch | 4 +- ...power-reduction-for-US-regulatory-do

[RFC PATCH 1/6] mac80211: Update to version 5.10.70-test12

2021-10-19 Thread Hauke Mehrtens
This version removed patches and headers needed for kernel < 4.0 Signed-off-by: Hauke Mehrtens --- package/kernel/mac80211/Makefile | 6 ++-- .../patches/ath/402-ath_regd_optional.patch | 2 +- .../ath10k/080-ath10k_thermal_config.patch| 4 +-- ...h10k-increase-rx-buffer-si

[RFC PATCH 0/6] mac80211: Update to version 5.15-rc6

2021-10-19 Thread Hauke Mehrtens
This updates the wireless drivers to the code from kernel 5.15. This is updating the wifi drivers to test versions of the wireless backports. If there are no serious problems found I will also release official versions and update the versions used in OpenWrt. I need some more testing, please try

[PATCH] iw: sync nl80211 with kernel backports

2021-10-19 Thread Hauke Mehrtens
The nl80211 was out of sync with the version used in our backports. This broke the configuration of the antenna gain. Fixes: 2bfac61483db ("mac80211: backport support for BSS color changes") Signed-off-by: Hauke Mehrtens --- .../utils/iw/patches/001-nl80211_h_sync.patch | 69 +++

Re: [PATCH] dnsmasq: procd-ujail: workaround startup failure, when leasefile location is in /tmp

2021-10-19 Thread Bastian Bittorf
On Mon, Oct 18, 2021 at 10:20:56AM +0100, Daniel Golle wrote: > On Mon, Oct 18, 2021 at 08:12:00AM +, Bastian Bittorf wrote: [...] > > This is v2 of the patch with a more correct description what is does. > > > > Ref: https://bugs.openwrt.org/index.php?do=details&task_id=4085 > > Suggested-b