ath10k-ct: Force loading mac80211 and ath modules.

They are not automatically loaded on IPQ4019 (at least) machines
for some reason.

Signed-off-by: Ben Greear <greearb@candelatech.com>
v19.07.3_mercusys_ac12_duma
Ben Greear 6 years ago committed by Jo-Philipp Wich
parent d0f3dd5b9f
commit 23a388fe41

@ -33,7 +33,7 @@ define KernelPackage/ath10k-ct
FILES:=\
$(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_pci.ko \
$(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_core.ko
AUTOLOAD:=$(call AutoProbe,ath10k_pci)
AUTOLOAD:=$(call AutoProbe,mac80211 ath ath10k_pci)
endef
NOSTDINC_FLAGS = \

Loading…
Cancel
Save