[source] mwlwifi: switch to AutoProbe
LEDE Commits
lede-commits at lists.infradead.org
Fri Oct 27 04:08:27 PDT 2017
jogo pushed a commit to source.git, branch master:
https://git.lede-project.org/471d5dc6e3c16a2bef9bde2b788b563a00357292
commit 471d5dc6e3c16a2bef9bde2b788b563a00357292
Author: Jonas Gorski <jonas.gorski at gmail.com>
AuthorDate: Sun Aug 27 20:03:58 2017 +0200
mwlwifi: 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/mwlwifi/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/mwlwifi/Makefile b/package/kernel/mwlwifi/Makefile
index cdb0f4f..e28d554 100644
--- a/package/kernel/mwlwifi/Makefile
+++ b/package/kernel/mwlwifi/Makefile
@@ -30,7 +30,7 @@ define KernelPackage/mwlwifi
TITLE:=Marvell 88W8864 wireless driver
DEPENDS:=+kmod-mac80211 + at DRIVER_11N_SUPPORT + at DRIVER_11AC_SUPPORT + at DRIVER_11W_SUPPORT @PCI_SUPPORT @TARGET_mvebu
FILES:=$(PKG_BUILD_DIR)/mwlwifi.ko
- AUTOLOAD:=$(call AutoLoad,50,mac80211 mwlwifi)
+ AUTOLOAD:=$(call AutoProbe,mwlwifi)
endef
NOSTDINC_FLAGS = \
More information about the lede-commits
mailing list