diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-01-23 16:39:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-01-23 16:39:31 +0000 |
commit | 815dc97a587ca8d78ca7e08b2326b0b68ddafd92 (patch) | |
tree | 377681dca02d58055816217917937498636e68ef /package/mac80211 | |
parent | 8499c45a7355570239f1d54b05803f42a8989644 (diff) | |
download | upstream-815dc97a587ca8d78ca7e08b2326b0b68ddafd92.tar.gz upstream-815dc97a587ca8d78ca7e08b2326b0b68ddafd92.tar.bz2 upstream-815dc97a587ca8d78ca7e08b2326b0b68ddafd92.zip |
add explicit dependency on kmod-crypto-core when required (closes: #6557)
SVN-Revision: 19291
Diffstat (limited to 'package/mac80211')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 0d0e975b9a..c907fb1bc5 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) \ |