Skip to content
Snippets Groups Projects
Commit 7eddcb14 authored by Jonas Gorski's avatar Jonas Gorski
Browse files

kernel/acx-mac80211: fix autoloading on boot


The kernel build system cannot track dependencies of out-of-tree
modules, making the buildsystem fail to load mac80211.

Add mac80211 as an explicit load to ensure all required modules are
loaded.

Fixes #16522.

Signed-off-by: default avatarJonas Gorski <jogo@openwrt.org>

SVN-Revision: 43631
parent 6f4656c1
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ define KernelPackage/acx-mac80211
TITLE:=ACX1xx mac80211 driver
DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @mipsel +kmod-mac80211
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko
AUTOLOAD:=$(call AutoLoad,50,acx-mac80211)
AUTOLOAD:=$(call AutoLoad,50,mac80211 acx-mac80211)
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
MENU:=1
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment