aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-23 15:12:12 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-23 15:12:12 +0000
commit5f0272d618f486e694c14c51a3ad42e4232ae9eb (patch)
treebd44f03e72f19e33dfd46bf405fa6f2186b062e3 /package/mac80211/Makefile
parentaa372ac90195d1c99003a03aff2a799506e591e9 (diff)
downloadupstream-5f0272d618f486e694c14c51a3ad42e4232ae9eb.tar.gz
upstream-5f0272d618f486e694c14c51a3ad42e4232ae9eb.tar.bz2
upstream-5f0272d618f486e694c14c51a3ad42e4232ae9eb.zip
move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
SVN-Revision: 8980
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index bfd4a2cb21..66a530d037 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -20,7 +20,7 @@ endif
define KernelPackage/mac80211
SUBMENU:=Wireless Drivers
TITLE:=Linux 802.11 Wireless Networking Stack
- DEPENDS:=@LINUX_2_6
+ DEPENDS:=@LINUX_2_6 +kmod-crypto-arc4 +kmod-crypto-aes
KCONFIG:=CONFIG_MAC80211
FILES:= \
$(PKG_BUILD_DIR)/mac80211/mac80211.$(LINUX_KMOD_SUFFIX) \