1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

add missing dependency

SVN-Revision: 5567
This commit is contained in:
Felix Fietkau 2006-11-18 21:01:07 +00:00
parent b0958c2bcb
commit 0396a3ff0e

@ -19,7 +19,7 @@ define KernelPackage/ieee80211
- ieee80211_crypt_tkip \\\
- ieee80211_crytp_ccmp \\\
- ieee80211softmac
DEPENDS:=@LINUX_2_6
DEPENDS:=@LINUX_2_6 kmod-crypto
KCONFIG:=$(CONFIG_IEEE80211)
FILES:= \
$(MODULES_DIR)/kernel/net/ieee80211/*.$(LINUX_KMOD_SUFFIX) \