From 4f37d65205f7445cfad11c916d67215e101f7652 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 24 May 2009 17:13:14 +0000 Subject: move the hostap firmware kernel config options to KCONFIG for the hostap package to keep it consistent SVN-Revision: 16031 --- package/hostap-driver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/hostap-driver/Makefile') diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index ccea892..85a4228 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 -- cgit v1.1