aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostap-driver
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-24 17:13:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-24 17:13:14 +0000
commit4f37d65205f7445cfad11c916d67215e101f7652 (patch)
tree793c7e77858ac9759badac37386b687f2d046350 /package/hostap-driver
parentce552537639dd76b65740b852c79c6adc3febbcb (diff)
downloadupstream-4f37d65205f7445cfad11c916d67215e101f7652.tar.gz
upstream-4f37d65205f7445cfad11c916d67215e101f7652.tar.bz2
upstream-4f37d65205f7445cfad11c916d67215e101f7652.zip
move the hostap firmware kernel config options to KCONFIG for the hostap package to keep it consistent
SVN-Revision: 16031
Diffstat (limited to 'package/hostap-driver')
-rw-r--r--package/hostap-driver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile
index ccea892a08..85a4228b64 100644
--- a/package/hostap-driver/Makefile
+++ b/package/hostap-driver/Makefile
@@ -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