aboutsummaryrefslogtreecommitdiffstats
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
commit4f16e37784fe54adfa04792f05f76b22166304fa (patch)
treed0ae7dde03414ce6ebb9023541e694f2caa9850a /package
parent35b2e15a86da9ff4dbf03e69862a86ea7538eab1 (diff)
downloadmaster-187ad058-4f16e37784fe54adfa04792f05f76b22166304fa.tar.gz
master-187ad058-4f16e37784fe54adfa04792f05f76b22166304fa.tar.bz2
master-187ad058-4f16e37784fe54adfa04792f05f76b22166304fa.zip
add missing kconfig lines
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8028 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 b4d24460c3..fe76117195 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+=\\\
\\\