[source] acx-mac80211: remove cobalt reference

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 7 04:41:46 PDT 2017


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/0b493ede1e20c90948b3f1048c68cf8c6c7aca63

commit 0b493ede1e20c90948b3f1048c68cf8c6c7aca63
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Fri Jul 7 08:29:41 2017 +0200

    acx-mac80211: remove cobalt reference
    
    The cobalt target was removed with 22b38f145da7.
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 package/kernel/acx-mac80211/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/acx-mac80211/Makefile b/package/kernel/acx-mac80211/Makefile
index f933fc0..5629b05 100644
--- a/package/kernel/acx-mac80211/Makefile
+++ b/package/kernel/acx-mac80211/Makefile
@@ -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 at openwrt.org>



More information about the lede-commits mailing list