aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-07-29 09:07:47 +0000
committerJohn Crispin <john@openwrt.org>2012-07-29 09:07:47 +0000
commit1f58c9b6c1e2a49042c499d3726f5c10a22ea0c4 (patch)
treeea5f399e23ff5262b26ecc2fb55644e868f2a762 /package
parent370894e594af0547bf788b509c6ae40507101283 (diff)
downloadupstream-1f58c9b6c1e2a49042c499d3726f5c10a22ea0c4.tar.gz
upstream-1f58c9b6c1e2a49042c499d3726f5c10a22ea0c4.tar.bz2
upstream-1f58c9b6c1e2a49042c499d3726f5c10a22ea0c4.zip
dont build on arm as kernel headers are missing/have a different layout
SVN-Revision: 32904
Diffstat (limited to 'package')
-rw-r--r--package/acx-mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile
index fc95a609a8..43f1f64392 100644
--- a/package/acx-mac80211/Makefile
+++ b/package/acx-mac80211/Makefile
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/acx-mac80211
SUBMENU:=Wireless Drivers
TITLE:=ACX1xx mac80211 driver
- DEPENDS:=@PCI_SUPPORT||TARGET_ar7 +kmod-mac80211
+ DEPENDS:=@(PCI_SUPPORT||TARGET_ar7)&&!arm +kmod-mac80211
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko
AUTOLOAD:=$(call AutoLoad,50,acx-mac80211)
MENU:=1