diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-09-26 13:31:42 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-09-26 13:31:42 +0000 |
commit | 3a923e436e06872f43cba5985fcf9af1e0f2dd29 (patch) | |
tree | 3ff0ae58d0600e617d451cb429a5e9d537e749c0 /package/hostap-driver/Makefile | |
parent | a2698ec77c0cef52a6b5eab2426d945ddc81026a (diff) | |
download | upstream-3a923e436e06872f43cba5985fcf9af1e0f2dd29.tar.gz upstream-3a923e436e06872f43cba5985fcf9af1e0f2dd29.tar.bz2 upstream-3a923e436e06872f43cba5985fcf9af1e0f2dd29.zip |
fixes for kernel 2.6.31
SVN-Revision: 17739
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 |