fix kmod-hostap build on 2.4, add kmod-hostap-cs (closes: #1957)
SVN-Revision: 9030
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user