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
This commit is contained in:
Nicolas Thill
2007-09-23 15:12:12 +00:00
parent aa372ac901
commit 5f0272d618
19 changed files with 246 additions and 225 deletions

View File

@@ -11,7 +11,7 @@ WIRELESS_MENU:=Wireless Drivers
define KernelPackage/ieee80211
SUBMENU:=$(WIRELESS_MENU)
TITLE:=802.11 Networking stack
DEPENDS:=@LINUX_2_6 +kmod-crypto
DEPENDS:=@LINUX_2_6 +kmod-crypto-arc4 +kmod-crypto-aes +kmod-crypto-michael-mic
KCONFIG:= \
CONFIG_IEEE80211 \
CONFIG_IEEE80211_CRYPT_WEP \