summaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-01-23 16:39:31 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-01-23 16:39:31 +0000
commite569cb2478bb80cbf7317f4a294e5b7ac675a387 (patch)
treec0cb9523fd803bdf0f5b8c02353e1c073f376580 /package/mac80211
parent2cb1267f3aa6ad586037106e635fcdd2b96b6db3 (diff)
[package] add explicit dependency on kmod-crypto-core when required (closes: #6557)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19291 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 0d0e975b9..c907fb1bc 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -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 +iw @!LINUX_2_6_21 @!LINUX_2_6_25
+ DEPENDS+= +kmod-crypto-core +kmod-crypto-arc4 +kmod-crypto-aes +wireless-tools +iw @!LINUX_2_6_21 @!LINUX_2_6_25
FILES:= \
$(PKG_BUILD_DIR)/compat/compat.$(LINUX_KMOD_SUFFIX) \
$(PKG_BUILD_DIR)/compat/compat_firmware_class.$(LINUX_KMOD_SUFFIX) \