From: Jonas Gorski Date: Mon, 24 Jul 2017 11:11:33 +0000 (+0200) Subject: ath10k-ct: switch to AutoProbe X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5172f799a3e595167d3bfa24d4327230d39fdf7f;p=librecmc%2Flibrecmc.git ath10k-ct: switch to AutoProbe Now that we have working module dependency generation, we can switch to AutoProbe and let modprobe handle loading required modules. Signed-off-by: Jonas Gorski --- diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile index 6e134e1d31..9b152dd285 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 AutoLoad,50,mac80211 ath ath10k_core ath10k_pci) + AUTOLOAD:=$(call AutoProbe,ath10k_pci) endef NOSTDINC_FLAGS = \