From 21e5f332dc5fc69fc2fd8295cdb4e38c95392f65 Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Sun, 12 Aug 2012 19:59:51 +0000
Subject: unbreak deps

SVN-Revision: 33151
---
 package/acx-mac80211/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'package/acx-mac80211/Makefile')

diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile
index 889a818..3473797 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&&!powerpc +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
-- 
cgit v1.1