acx-mac80211: remove cobalt reference
The cobalt target was removed with 22b38f145d
.
Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
ad02f5618d
commit
0b493ede1e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||
define KernelPackage/acx-mac80211
|
||||
SUBMENU:=Wireless Drivers
|
||||
TITLE:=ACX1xx mac80211 driver
|
||||
DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @!TARGET_cobalt @mipsel @LINUX_3_18||LINUX_4_4 +kmod-mac80211
|
||||
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)
|
||||
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
||||
|
|
Loading…
Reference in a new issue