dont build on arm as kernel headers are missing/have a different layout
SVN-Revision: 32904
This commit is contained in:
parent
370894e594
commit
1f58c9b6c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue