aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostap-driver/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-12-05 12:54:30 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-12-05 12:54:30 +0000
commit03ca3bf5bb3705674daef6e36fdcde79403d4ecd (patch)
tree4fee5bdaa6a44f57eeceb0b0fb907e4ffb55b885 /package/hostap-driver/Makefile
parentd55e721178277e3d95e15733b8f4ee31a5411aee (diff)
downloadupstream-03ca3bf5bb3705674daef6e36fdcde79403d4ecd.tar.gz
upstream-03ca3bf5bb3705674daef6e36fdcde79403d4ecd.tar.bz2
upstream-03ca3bf5bb3705674daef6e36fdcde79403d4ecd.zip
allow building hostap-driver and its dependencies on 2.6.32 (#6305)
SVN-Revision: 18658
Diffstat (limited to 'package/hostap-driver/Makefile')
-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 cd1ca79ca2..6841fcdc0c 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):kmod-ieee80211 +LINUX_2_6_30||LINUX_2_6_31:kmod-lib80211 +wireless-tools
+ 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
KCONFIG:=CONFIG_HOSTAP CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y
PROVIDES:=kmod-hostap
endef