acx-mac80211: fails to build on cobalt
authorJohn Crispin <john@openwrt.org>
Thu, 12 Mar 2015 10:05:54 +0000 (10:05 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 12 Mar 2015 10:05:54 +0000 (10:05 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44687

package/kernel/acx-mac80211/Makefile

index dfb73f71b821d83b879bff5ae92ef9e7fa01341d..1820e7abb3ed5adbe74c1e9774b9c910d72d34eb 100644 (file)
@@ -30,7 +30,7 @@ include $(INCLUDE_DIR)/package.mk
 define KernelPackage/acx-mac80211
   SUBMENU:=Wireless Drivers
   TITLE:=ACX1xx mac80211 driver
-  DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @mipsel +kmod-mac80211
+  DEPENDS:=@(PCI_SUPPORT||TARGET_ar7) @!TARGET_cobalt @mipsel +kmod-mac80211
   FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko
   AUTOLOAD:=$(call AutoLoad,50,mac80211 acx-mac80211)
   MAINTAINER:=Florian Fainelli <florian@openwrt.org>