diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2017-07-24 13:11:33 +0200 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2017-10-27 13:06:15 +0200 |
commit | 5172f799a3e595167d3bfa24d4327230d39fdf7f (patch) | |
tree | e49c219c058fcd11167f09ece58e7d3d96911a7e /package/kernel/ath10k-ct/Makefile | |
parent | dd9df74dfa1fb9c1d94453dfc3590169e85726d3 (diff) | |
download | upstream-5172f799a3e595167d3bfa24d4327230d39fdf7f.tar.gz upstream-5172f799a3e595167d3bfa24d4327230d39fdf7f.tar.bz2 upstream-5172f799a3e595167d3bfa24d4327230d39fdf7f.zip |
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@gmail.com>
Diffstat (limited to 'package/kernel/ath10k-ct/Makefile')
-rw-r--r-- | package/kernel/ath10k-ct/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 = \ |