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 | 86bb5e14191480090a50304e3bd09d0f065418af (patch) | |
tree | c0cb9523fd803bdf0f5b8c02353e1c073f376580 /package/mac80211 | |
parent | c3a65ffc05604ec20f192c3df033bb1ce915e388 (diff) | |
download | upstream-86bb5e14191480090a50304e3bd09d0f065418af.tar.gz upstream-86bb5e14191480090a50304e3bd09d0f065418af.tar.bz2 upstream-86bb5e14191480090a50304e3bd09d0f065418af.zip |
[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/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) \ |