1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:56:14 +02:00

fix a small dependency problem

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6040 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-01-08 17:31:13 +00:00
parent 65cccc8b67
commit 070f10ae83

View File

@ -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)