1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

add missing kconfig lines

SVN-Revision: 8028
This commit is contained in:
Felix Fietkau 2007-07-18 11:53:07 +00:00
parent 2a4481b95c
commit a50514c956

@ -43,6 +43,7 @@ define KernelPackage/hostap
$(call KernelPackage/hostap/Default) $(call KernelPackage/hostap/Default)
DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-ieee80211 +kmod-crypto DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-ieee80211 +kmod-crypto
TITLE:=Host AP support for Prism2/2.5/3 TITLE:=Host AP support for Prism2/2.5/3
KCONFIG:=CONFIG_HOSTAP
DESCRIPTION+=\\\ DESCRIPTION+=\\\
\\\ \\\
This package contains the base Host AP driver code that is shared by \\\ This package contains the base Host AP driver code that is shared by \\\
@ -70,6 +71,7 @@ define KernelPackage/hostap-pci
$(call KernelPackage/hostap/Default) $(call KernelPackage/hostap/Default)
DEPENDS:=kmod-hostap DEPENDS:=kmod-hostap
TITLE:=Host AP driver for PCI adaptors TITLE:=Host AP driver for PCI adaptors
KCONFIG:=CONFIG_HOSTAP_PCI
DESCRIPTION+=\\\ DESCRIPTION+=\\\
\\\ \\\
This package contains the Host AP driver for Prism2.5 PCI adaptors. This package contains the Host AP driver for Prism2.5 PCI adaptors.
@ -89,6 +91,7 @@ endef
define KernelPackage/hostap-plx define KernelPackage/hostap-plx
$(call KernelPackage/hostap/Default) $(call KernelPackage/hostap/Default)
DEPENDS:=kmod-hostap DEPENDS:=kmod-hostap
KCONFIG:=CONFIG_HOSTAP_PLX
TITLE:=Host AP driver for PLX9052 based PCI adaptors TITLE:=Host AP driver for PLX9052 based PCI adaptors
DESCRIPTION+=\\\ DESCRIPTION+=\\\
\\\ \\\