aboutsummaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-07-29 09:07:47 +0000
committerJohn Crispin <blogic@openwrt.org>2012-07-29 09:07:47 +0000
commite23ee9667dabcb5660107494209ca8114864b8f5 (patch)
tree0f5097d9928eb8d993789d5a207e4d978f496def /package/acx-mac80211
parent7c4db9ed3837843a989f0040fe62e80246501b77 (diff)
downloadupstream-e23ee9667dabcb5660107494209ca8114864b8f5.tar.gz
upstream-e23ee9667dabcb5660107494209ca8114864b8f5.tar.bz2
upstream-e23ee9667dabcb5660107494209ca8114864b8f5.zip
[acx-mac80211] dont build on arm as kernel headers are missing/have a different layout
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32904 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211')
-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