From: Ben Greear Date: Sat, 20 Jan 2018 00:27:03 +0000 (-0800) Subject: ath10k-ct: Force loading mac80211 and ath modules. X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fjow.git;a=commitdiff_plain;h=23a388fe41ec47b04090bc67e529b210d720cb55 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 --- diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile index 83d3a05bd8..8f9a8dd70f 100644 --- a/package/kernel/ath10k-ct/Makefile +++ b/package/kernel/ath10k-ct/Makefile @@ -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 = \