move the hostap firmware kernel config options to KCONFIG for the hostap package to keep it consistent
SVN-Revision: 16031
This commit is contained in:
parent
ce55253763
commit
4f37d65205
7 changed files with 1 additions and 13 deletions
|
@ -46,7 +46,7 @@ define KernelPackage/hostap
|
|||
$(call KernelPackage/hostap/Default)
|
||||
TITLE:=Host AP support for Prism2/2.5/3
|
||||
DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +!LINUX_2_6_29&&!LINUX_2_6_30:kmod-ieee80211 +LINUX_2_6_29||LINUX_2_6_30:kmod-lib80211 +wireless-tools
|
||||
KCONFIG:=CONFIG_HOSTAP
|
||||
KCONFIG:=CONFIG_HOSTAP CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y
|
||||
PROVIDES:=kmod-hostap
|
||||
endef
|
||||
|
||||
|
|
|
@ -378,8 +378,6 @@ CONFIG_HAMRADIO=y
|
|||
# CONFIG_HID_FF is not set
|
||||
# CONFIG_HIPPI is not set
|
||||
# CONFIG_HOSTAP_CS is not set
|
||||
CONFIG_HOSTAP_FIRMWARE_NVRAM=y
|
||||
CONFIG_HOSTAP_FIRMWARE=y
|
||||
# CONFIG_HOSTAP is not set
|
||||
# CONFIG_HOSTAP_PCI is not set
|
||||
# CONFIG_HOSTAP_PLX is not set
|
||||
|
|
|
@ -411,8 +411,6 @@ CONFIG_HAMRADIO=y
|
|||
CONFIG_HIGH_RES_TIMERS=y
|
||||
# CONFIG_HIPPI is not set
|
||||
# CONFIG_HOSTAP_CS is not set
|
||||
CONFIG_HOSTAP_FIRMWARE_NVRAM=y
|
||||
CONFIG_HOSTAP_FIRMWARE=y
|
||||
# CONFIG_HOSTAP is not set
|
||||
# CONFIG_HOSTAP_PCI is not set
|
||||
# CONFIG_HOSTAP_PLX is not set
|
||||
|
|
|
@ -435,8 +435,6 @@ CONFIG_HAMRADIO=y
|
|||
CONFIG_HIGH_RES_TIMERS=y
|
||||
# CONFIG_HIPPI is not set
|
||||
# CONFIG_HOSTAP_CS is not set
|
||||
CONFIG_HOSTAP_FIRMWARE_NVRAM=y
|
||||
CONFIG_HOSTAP_FIRMWARE=y
|
||||
# CONFIG_HOSTAP is not set
|
||||
# CONFIG_HOSTAP_PCI is not set
|
||||
# CONFIG_HOSTAP_PLX is not set
|
||||
|
|
|
@ -482,8 +482,6 @@ CONFIG_HAMRADIO=y
|
|||
CONFIG_HIGH_RES_TIMERS=y
|
||||
# CONFIG_HIPPI is not set
|
||||
# CONFIG_HOSTAP_CS is not set
|
||||
# CONFIG_HOSTAP_FIRMWARE is not set
|
||||
# CONFIG_HOSTAP_FIRMWARE_NVRAM is not set
|
||||
# CONFIG_HOSTAP is not set
|
||||
# CONFIG_HOSTAP_PCI is not set
|
||||
# CONFIG_HOSTAP_PLX is not set
|
||||
|
|
|
@ -530,8 +530,6 @@ CONFIG_HAMRADIO=y
|
|||
CONFIG_HIGH_RES_TIMERS=y
|
||||
# CONFIG_HIPPI is not set
|
||||
# CONFIG_HOSTAP_CS is not set
|
||||
# CONFIG_HOSTAP_FIRMWARE is not set
|
||||
# CONFIG_HOSTAP_FIRMWARE_NVRAM is not set
|
||||
# CONFIG_HOSTAP is not set
|
||||
# CONFIG_HOSTAP_PCI is not set
|
||||
# CONFIG_HOSTAP_PLX is not set
|
||||
|
|
|
@ -564,8 +564,6 @@ CONFIG_HAMRADIO=y
|
|||
CONFIG_HIGH_RES_TIMERS=y
|
||||
# CONFIG_HIPPI is not set
|
||||
# CONFIG_HOSTAP_CS is not set
|
||||
# CONFIG_HOSTAP_FIRMWARE is not set
|
||||
# CONFIG_HOSTAP_FIRMWARE_NVRAM is not set
|
||||
# CONFIG_HOSTAP is not set
|
||||
# CONFIG_HOSTAP_PCI is not set
|
||||
# CONFIG_HOSTAP_PLX is not set
|
||||
|
|
Loading…
Reference in a new issue