projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd9df74
)
ath10k-ct: switch to AutoProbe
author
Jonas Gorski
<jonas.gorski@gmail.com>
Mon, 24 Jul 2017 11:11:33 +0000
(13:11 +0200)
committer
Jonas Gorski
<jonas.gorski@gmail.com>
Fri, 27 Oct 2017 11:06:15 +0000
(13:06 +0200)
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>
package/kernel/ath10k-ct/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/ath10k-ct/Makefile
b/package/kernel/ath10k-ct/Makefile
index 6e134e1d31292cbcb9d90c8dc21c74a1421cfd94..9b152dd2857e9a523b72a41c627a6de75bbece13 100644
(file)
--- 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 Auto
Load,50,mac80211 ath ath10k_core
ath10k_pci)
+ AUTOLOAD:=$(call Auto
Probe,
ath10k_pci)
endef
NOSTDINC_FLAGS = \