[source] mac80211: ath10k: switch to AutoProbe

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


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

commit 3689f7c8efe1d43a384ab2f03819fa1774a64da5
Author: Jonas Gorski <jonas.gorski at gmail.com>
AuthorDate: Mon Jul 24 13:14:20 2017 +0200

    mac80211: ath10k: 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/mac80211/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 7e9b5ad..fa90b36 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -320,7 +320,7 @@ define KernelPackage/ath10k
   FILES:= \
 	$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath10k/ath10k_core.ko \
 	$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath10k/ath10k_pci.ko
-  AUTOLOAD:=$(call AutoLoad,55,ath10k_core ath10k_pci)
+  AUTOLOAD:=$(call AutoProbe,ath10k_pci)
 endef
 
 define KernelPackage/ath10k/description



More information about the lede-commits mailing list