openwrt/package
Robert Marko cc29e90d0c ath10k-ct: select mac80211 debugfs support
Trying to compile ath10k-ct without mac80211 debugfs support will result in:
openwrt/build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/linux-ipq806x_generic/ath10k-ct-regular/ath10k-ct-2024.07.30~ac71b14d/ath10k-6.10/wmi.h:8083:2: error: #warning Please enable ATH10K-DEBUGFS kernel option for optimal support for CT firmware. [-Werror=cpp]
 8083 | #warning Please enable ATH10K-DEBUGFS kernel option for optimal support for CT firmware.
      |  ^~~~~~~
cc1: all warnings being treated as errors

So, since the driver itself is saying that debugfs is required, then
lets make ath10k-ct select mac80211 debugfs support which is selected
by default anyway.

Fixes: #16302
Link: https://github.com/openwrt/openwrt/pull/16619
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-10-06 23:19:38 +02:00
..
base-files base-files: configure LED when added 2024-10-03 23:05:24 +01:00
boot uboot-envtools: add a board.d script to load defaults from the environment 2024-10-02 15:41:33 +02:00
devel strace: Update to version 6.11 2024-10-05 12:27:19 +02:00
firmware linux-firmware: intel: update BE200 wifi firmware 2024-10-06 21:34:00 +02:00
kernel ath10k-ct: select mac80211 debugfs support 2024-10-06 23:19:38 +02:00
libs libnl: update to 3.10.0 2024-10-05 12:33:38 +02:00
network hostapd: reload bss if a relevant ifindex changes 2024-10-06 20:09:19 +02:00
system rpcd: update to git HEAD 2024-09-17 19:07:53 +01:00
utils utils: mtd-utils: update to 2.2.1 2024-10-05 12:41:16 +02:00
Makefile sdk: fix APK key creation 2024-08-09 01:47:05 +02:00