diff options
author | John Crispin <john@openwrt.org> | 2012-08-12 18:38:59 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-08-12 18:38:59 +0000 |
commit | 0e0a4932b15d07fcba04e620c93eb2bd49fbcf4f (patch) | |
tree | 5be9bbe394c748e104e018b862f966cf1f60b9fb /package/acx-mac80211 | |
parent | 7304953292a00d8e6d00ab19259294ebcb95dd80 (diff) | |
download | upstream-0e0a4932b15d07fcba04e620c93eb2bd49fbcf4f.tar.gz upstream-0e0a4932b15d07fcba04e620c93eb2bd49fbcf4f.tar.bz2 upstream-0e0a4932b15d07fcba04e620c93eb2bd49fbcf4f.zip |
breaks when building for powerpc
SVN-Revision: 33150
Diffstat (limited to 'package/acx-mac80211')
-rw-r--r-- | package/acx-mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index 43f1f64392..889a818aa2 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)&&!arm +kmod-mac80211 + DEPENDS:=@(PCI_SUPPORT||TARGET_ar7)&&!arm&&!powerpc +kmod-mac80211 FILES:=$(PKG_BUILD_DIR)/acx-mac80211.ko AUTOLOAD:=$(call AutoLoad,50,acx-mac80211) MENU:=1 |