aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostap-driver
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-01-24 14:25:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-01-24 14:25:29 +0000
commit26eac1106cdcbf35053400bacd3796b94001f1d9 (patch)
treef669033aaf049d52859548aa59b376446a7ed902 /package/hostap-driver
parent08b791594a01a5f28339c4dc65c23ced4db39211 (diff)
downloadupstream-26eac1106cdcbf35053400bacd3796b94001f1d9.tar.gz
upstream-26eac1106cdcbf35053400bacd3796b94001f1d9.tar.bz2
upstream-26eac1106cdcbf35053400bacd3796b94001f1d9.zip
fix another kernel version dependency (thx, maddes)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19312 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 6841fcdc0c..93cd376c05 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 +!(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32):kmod-ieee80211 +LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32:kmod-lib80211 +wireless-tools
+ DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +LINUX_2_6:kmod-lib80211 +wireless-tools
KCONFIG:=CONFIG_HOSTAP CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y
PROVIDES:=kmod-hostap
endef