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
commit2a706dc913a830ae4839c41e167b069d8c7f1be7 (patch)
treeb6a37d1915ce4663257db974546c0934dea53a11 /package/hostap-driver
parenta4cd1939c86d59ac9df23bb6617b81153b5c389d (diff)
downloadupstream-2a706dc913a830ae4839c41e167b069d8c7f1be7.tar.gz
upstream-2a706dc913a830ae4839c41e167b069d8c7f1be7.tar.bz2
upstream-2a706dc913a830ae4839c41e167b069d8c7f1be7.zip
move the hostap firmware kernel config options to KCONFIG for the hostap package to keep it consistent
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16031 3c298f89-4303-0410-b956-a3cf2f4a3e73
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