diff options
author | Ben Greear <greearb@candelatech.com> | 2018-01-19 16:27:03 -0800 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-03-22 09:09:54 +0100 |
commit | 23a388fe41ec47b04090bc67e529b210d720cb55 (patch) | |
tree | 81ceb73e812dfd6f3ce3421c0b00c2061b1e9d71 /package/kernel | |
parent | d0f3dd5b9f341763e79eb5baa77d2144ee5f4f98 (diff) | |
download | upstream-23a388fe41ec47b04090bc67e529b210d720cb55.tar.gz upstream-23a388fe41ec47b04090bc67e529b210d720cb55.tar.bz2 upstream-23a388fe41ec47b04090bc67e529b210d720cb55.zip |
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>
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/ath10k-ct/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 = \ |