mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
ath10k-ct: select mac80211 debugfs support
Trying to compile ath10k-ct without mac80211 debugfs support will result in: 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: #11687, #12363 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
e1204bd00d
commit
e59a6368cc
@ -29,13 +29,13 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define KernelPackage/ath10k-ct
|
||||
SUBMENU:=Wireless Drivers
|
||||
TITLE:=ath10k-ct driver optimized for CT ath10k firmware
|
||||
DEPENDS:=@(TARGET_ipq40xx||TARGET_ipq806x||TARGET_qualcommax||TARGET_ath79) +kmod-mac80211 +kmod-ath +@DRIVER_11N_SUPPORT +@DRIVER_11AC_SUPPORT @PCI_SUPPORT +kmod-hwmon-core
|
||||
DEPENDS:=+kmod-mac80211 +kmod-ath +@DRIVER_11AC_SUPPORT @PCI_SUPPORT +kmod-hwmon-core +@PACKAGE_MAC80211_DEBUGFS
|
||||
FILES:=\
|
||||
$(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_pci.ko \
|
||||
$(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_core.ko
|
||||
AUTOLOAD:=$(call AutoProbe,ath10k_core ath10k_pci)
|
||||
MODPARAMS.ath10k_core:=frame_mode=2
|
||||
PROVIDES:=kmod-ath10k
|
||||
PROVIDES:=kmod-ath10k-pci
|
||||
VARIANT:=regular
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user