From: Gabor Juhos <juhosg@openwrt.org>
Date: Thu, 10 Dec 2009 13:50:02 +0000 (+0000)
Subject: mac80211: fix depends
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ae89e435d949cf911738fd5f36ca4d7f4605df3e;p=openwrt%2Fstaging%2Flinusw.git

mac80211: fix depends

SVN-Revision: 18732
---

diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 85c5ea4ac0..94ce85b2a7 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
 PKG_NAME:=mac80211
 
 PKG_VERSION:=2009-12-05
-PKG_RELEASE:=7
+PKG_RELEASE:=8
 PKG_SOURCE_URL:= \
 	http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/12 \
 	http://wireless.kernel.org/download/compat-wireless-2.6
@@ -39,7 +39,7 @@ endef
 define KernelPackage/mac80211
   $(call KernelPackage/mac80211/Default)
   TITLE:=Linux 802.11 Wireless Networking Stack
-  DEPENDS+= +kmod-crypto-arc4 +kmod-crypto-aes +wireless-tools +@PACKAGE_iw @!LINUX_2_6_21 @!LINUX_2_6_25
+  DEPENDS+= +kmod-crypto-arc4 +kmod-crypto-aes +wireless-tools +iw @!LINUX_2_6_21 @!LINUX_2_6_25
   FILES:= \
 	$(PKG_BUILD_DIR)/net/mac80211/mac80211.$(LINUX_KMOD_SUFFIX) \
 	$(PKG_BUILD_DIR)/net/wireless/cfg80211.$(LINUX_KMOD_SUFFIX)