mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 02:44:45 +00:00
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>
This commit is contained in:
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…
Reference in New Issue
Block a user