mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 17:47:00 +00:00
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 <jonas.gorski@gmail.com>
This commit is contained in:
parent
cf9e0a59aa
commit
5302abe745
@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define KernelPackage/acx-mac80211
|
define KernelPackage/acx-mac80211
|
||||||
SUBMENU:=Wireless Drivers
|
SUBMENU:=Wireless Drivers
|
||||||
TITLE:=ACX1xx mac80211 driver
|
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
|
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,acx-mac80211)
|
AUTOLOAD:=$(call AutoProbe,acx-mac80211)
|
||||||
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user