From: John Crispin Date: Sun, 29 Jul 2012 09:07:47 +0000 (+0000) Subject: [acx-mac80211] dont build on arm as kernel headers are missing/have a different layout X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e23ee9667dabcb5660107494209ca8114864b8f5;p=15.05%2Fopenwrt.git [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 --- 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