aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostap-driver
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-05-11 20:31:31 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-05-11 20:31:31 +0000
commit6cd79e2257ea43b75a9f25c542e531f79431220c (patch)
treea8349afd2d40c4a2560c285f75534942232b60fa /package/hostap-driver
parent3c49980757423b8bd943820d49bec335bea1d6fe (diff)
downloadupstream-6cd79e2257ea43b75a9f25c542e531f79431220c.tar.gz
upstream-6cd79e2257ea43b75a9f25c542e531f79431220c.tar.bz2
upstream-6cd79e2257ea43b75a9f25c542e531f79431220c.zip
[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
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 30b8ca05a6..ccea892a08 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