Explorar o código

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 <[email protected]>
Jonas Gorski %!s(int64=8) %!d(string=hai) anos
pai
achega
3689f7c8ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/kernel/mac80211/Makefile

+ 1 - 1
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