From 13f32dc72490266cdf8144cf014680a2e579893c Mon Sep 17 00:00:00 2001 From: hauke Date: Mon, 11 May 2009 20:31:31 +0000 Subject: [lib80211] /net/ieee80211/ was removed in new kernel versions. This adds lib80211 for new kernel versions and make ipw2x00 and hostap driver depend on it. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15777 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hostap-driver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/hostap-driver') diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index 30b8ca05a..ccea892a0 100644 --- a/package/hostap-driver/Makefile +++ b/package/hostap-driver/Makefile @@ -45,7 +45,7 @@ endef define KernelPackage/hostap $(call KernelPackage/hostap/Default) TITLE:=Host AP support for Prism2/2.5/3 - DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-ieee80211 +wireless-tools + 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 PROVIDES:=kmod-hostap endef -- cgit v1.2.3