summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-18 11:53:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-18 11:53:07 +0000
commita50514c9569230d8f3d0387b8d7beb5ec30a9db5 (patch)
tree0a45c4a16a4041c0b8bccff8a3bc3f21a937f015 /package
parent2a4481b95c9f6d165757c6503b1c768ec5ff9634 (diff)
downloadmtk-20170518-a50514c9569230d8f3d0387b8d7beb5ec30a9db5.zip
mtk-20170518-a50514c9569230d8f3d0387b8d7beb5ec30a9db5.tar.gz
mtk-20170518-a50514c9569230d8f3d0387b8d7beb5ec30a9db5.tar.bz2
add missing kconfig lines
SVN-Revision: 8028
Diffstat (limited to 'package')
-rw-r--r--package/hostap/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/hostap/Makefile b/package/hostap/Makefile
index b4d2446..fe76117 100644
--- a/package/hostap/Makefile
+++ b/package/hostap/Makefile
@@ -43,6 +43,7 @@ define KernelPackage/hostap
$(call KernelPackage/hostap/Default)
DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-ieee80211 +kmod-crypto
TITLE:=Host AP support for Prism2/2.5/3
+ KCONFIG:=CONFIG_HOSTAP
DESCRIPTION+=\\\
\\\
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)
DEPENDS:=kmod-hostap
TITLE:=Host AP driver for PCI adaptors
+ KCONFIG:=CONFIG_HOSTAP_PCI
DESCRIPTION+=\\\
\\\
This package contains the Host AP driver for Prism2.5 PCI adaptors.
@@ -89,6 +91,7 @@ endef
define KernelPackage/hostap-plx
$(call KernelPackage/hostap/Default)
DEPENDS:=kmod-hostap
+ KCONFIG:=CONFIG_HOSTAP_PLX
TITLE:=Host AP driver for PLX9052 based PCI adaptors
DESCRIPTION+=\\\
\\\