1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

fix a small dependency problem

SVN-Revision: 6040
This commit is contained in:
Felix Fietkau 2007-01-08 17:31:13 +00:00
parent 04378c334f
commit 097ec4d16c

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