diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-12-05 12:54:30 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-12-05 12:54:30 +0000 |
commit | 3a5f4940766d1f009055e40c090f6fd7fb5def8a (patch) | |
tree | 4db71698d64d288c153f1ced9f479484718c214f /package/hostap-driver/Makefile | |
parent | 06f69358e61f69911b64f9635016cee39c27cbba (diff) | |
download | upstream-3a5f4940766d1f009055e40c090f6fd7fb5def8a.tar.gz upstream-3a5f4940766d1f009055e40c090f6fd7fb5def8a.tar.bz2 upstream-3a5f4940766d1f009055e40c090f6fd7fb5def8a.zip |
[package] allow building hostap-driver and its dependencies on 2.6.32 (#6305)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18658 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 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 |