fix a small dependency problem
SVN-Revision: 6040
This commit is contained in:
parent
04378c334f
commit
097ec4d16c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue