Browse Source

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 <[email protected]>
Jonas Gorski 8 năm trước cách đây
mục cha
commit
5172f799a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/kernel/ath10k-ct/Makefile

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