X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fhostap-driver%2FMakefile;fp=package%2Fhostap-driver%2FMakefile;h=93cd376c055d6cf16d596ffb5abb6f87c5eede16;hb=b8da6b3f23f304ac27b2068e45674d931b839db3;hp=6841fcdc0c21116d08bfe0d0d69ca9cf0d7534bd;hpb=03a86296938ddbd8faefb4943678d407b6a6145e;p=openwrt-10.03%2F.git diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index 6841fcdc0..93cd376c0 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