[source] acx-mac80211: switch to AutoProbe
LEDE Commits
lede-commits at lists.infradead.org
Fri Oct 27 04:08:18 PDT 2017
jogo pushed a commit to source.git, branch master:
https://git.lede-project.org/860aba9e48198e237208cd264c76479e19469d71
commit 860aba9e48198e237208cd264c76479e19469d71
Author: Jonas Gorski <jonas.gorski at gmail.com>
AuthorDate: Mon Jul 24 13:12:28 2017 +0200
acx-mac80211: 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/acx-mac80211/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/acx-mac80211/Makefile b/package/kernel/acx-mac80211/Makefile
index 5629b05..05b1304 100644
--- a/package/kernel/acx-mac80211/Makefile
+++ b/package/kernel/acx-mac80211/Makefile
@@ -29,7 +29,7 @@ define KernelPackage/acx-mac80211
TITLE:=ACX1xx mac80211 driver
DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @mipsel @LINUX_3_18||LINUX_4_4 +kmod-mac80211
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko
- AUTOLOAD:=$(call AutoLoad,50,mac80211 acx-mac80211)
+ AUTOLOAD:=$(call AutoProbe,acx-mac80211)
MAINTAINER:=Florian Fainelli <florian at openwrt.org>
MENU:=1
endef
More information about the lede-commits
mailing list