[source] ath10k-ct: switch to AutoProbe

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 27 04:08:21 PDT 2017


jogo pushed a commit to source.git, branch master:
https://git.lede-project.org/5172f799a3e595167d3bfa24d4327230d39fdf7f

commit 5172f799a3e595167d3bfa24d4327230d39fdf7f
Author: Jonas Gorski <jonas.gorski at gmail.com>
AuthorDate: Mon Jul 24 13:11:33 2017 +0200

    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 <jonas.gorski at gmail.com>
---
 package/kernel/ath10k-ct/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
index 6e134e1..9b152dd 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 = \



More information about the lede-commits mailing list