aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/acx-mac80211
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-12 10:05:54 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-12 10:05:54 +0000
commitd19abd921730de0a171b83886942a8a4b2afd8ec (patch)
tree99f5fb619aefa65f0de59e7e1e2b26bac95258ab /package/kernel/acx-mac80211
parent9e0345eec4494971a4830a86f6c3cbc2af49b11f (diff)
downloadmaster-187ad058-d19abd921730de0a171b83886942a8a4b2afd8ec.tar.gz
master-187ad058-d19abd921730de0a171b83886942a8a4b2afd8ec.tar.bz2
master-187ad058-d19abd921730de0a171b83886942a8a4b2afd8ec.zip
acx-mac80211: fails to build on cobalt
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44687 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/acx-mac80211')
-rw-r--r--package/kernel/acx-mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/acx-mac80211/Makefile b/package/kernel/acx-mac80211/Makefile
index dfb73f71b8..1820e7abb3 100644
--- a/package/kernel/acx-mac80211/Makefile
+++ b/package/kernel/acx-mac80211/Makefile
@@ -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>