fix kmod-hostap build on 2.4, add kmod-hostap-cs (closes: #1957)

SVN-Revision: 9030
This commit is contained in:
Nicolas Thill
2007-09-26 02:49:50 +00:00
parent 112c359dad
commit e598e2e5c1
2 changed files with 50 additions and 5 deletions

View File

@@ -8,10 +8,12 @@
WIRELESS_MENU:=Wireless Drivers
# NOTE: dependency on 2.6 was removed since it was inherited by kmod-hostap
# and prevented it from even showing up in menuconfig on 2.4
define KernelPackage/ieee80211
SUBMENU:=$(WIRELESS_MENU)
TITLE:=802.11 Networking stack
DEPENDS:=@LINUX_2_6 +kmod-crypto-arc4 +kmod-crypto-aes +kmod-crypto-michael-mic
DEPENDS:=+kmod-crypto-arc4 +kmod-crypto-aes +kmod-crypto-michael-mic
KCONFIG:= \
CONFIG_IEEE80211 \
CONFIG_IEEE80211_CRYPT_WEP \