diff options
-rw-r--r-- | package/kernel/acx-mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/acx-mac80211/Makefile b/package/kernel/acx-mac80211/Makefile index 16f6f5d06e..dfb73f71b8 100644 --- a/package/kernel/acx-mac80211/Makefile +++ b/package/kernel/acx-mac80211/Makefile @@ -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 |