diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2009-09-26 13:31:42 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2009-09-26 13:31:42 +0000 |
commit | 0d53cfec6bed94affa49c32b59112f32b4038756 (patch) | |
tree | 66277267e9f1b2562c38c1d021a604c4be2ecaf6 /package/hostap-driver/Makefile | |
parent | 991f70c5179c9b69a880fe5d6062e26a46235433 (diff) | |
download | master-187ad058-0d53cfec6bed94affa49c32b59112f32b4038756.tar.gz master-187ad058-0d53cfec6bed94affa49c32b59112f32b4038756.tar.bz2 master-187ad058-0d53cfec6bed94affa49c32b59112f32b4038756.zip |
[packages] fixes for kernel 2.6.31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17739 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap-driver/Makefile')
-rw-r--r-- | package/hostap-driver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index 16dd468c38..cd1ca79ca2 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:kmod-ieee80211 +LINUX_2_6_30:kmod-lib80211 +wireless-tools + 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 KCONFIG:=CONFIG_HOSTAP CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y PROVIDES:=kmod-hostap endef |