summaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-23 15:12:12 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-23 15:12:12 +0000
commit2cd399391e226894d2f7b3837a0f0e1af5f151bc (patch)
tree60abdcc9502265c09aa37fdd869b72a0d72e8b1a /package/mac80211
parentd283300b356a7d8acb2448792656f9bbd8847ae2 (diff)
move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8980 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index bfd4a2cb2..66a530d03 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) \