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
commitf8fa94a92c9c39e5c2a07beb5c59d2ab658d3160 (patch)
treede57d25aaaf2a7fe184bdb8bb7833d0d0550c4d6 /package/hostap-driver
parentcc123efe1104ca2638168b98d5626891ef72bbdb (diff)
downloadupstream-f8fa94a92c9c39e5c2a07beb5c59d2ab658d3160.tar.gz
upstream-f8fa94a92c9c39e5c2a07beb5c59d2ab658d3160.tar.bz2
upstream-f8fa94a92c9c39e5c2a07beb5c59d2ab658d3160.zip
fix another kernel version dependency (thx, maddes)
SVN-Revision: 19312
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