From: Jonas Gorski Date: Sun, 29 Oct 2017 22:27:33 +0000 (+0100) Subject: acx-mac80211: allow compilation on 4.9 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5302abe74507cfbc46a30c119ef8dd5543f96e0f;p=openwrt%2Fstaging%2Fluka.git acx-mac80211: allow compilation on 4.9 acx-mac80211 compiles fine with 4.9, so no reason to not allow it. Signed-off-by: Jonas Gorski --- diff --git a/package/kernel/acx-mac80211/Makefile b/package/kernel/acx-mac80211/Makefile index adca5b742a..5927f174d4 100644 --- a/package/kernel/acx-mac80211/Makefile +++ b/package/kernel/acx-mac80211/Makefile @@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/acx-mac80211 SUBMENU:=Wireless Drivers TITLE:=ACX1xx mac80211 driver - DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @mipsel @LINUX_3_18||LINUX_4_4 +kmod-mac80211 + DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @mipsel +kmod-mac80211 FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko AUTOLOAD:=$(call AutoProbe,acx-mac80211) MAINTAINER:=Florian Fainelli