X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fhostap-driver%2FMakefile;h=85a4228b64aa49891d31e33819c377921cb3805f;hb=06841d226383d5ede5ce6b68de814c8e52e4aba9;hp=30b8ca05a639f400e17ef4d290cfd87354753c64;hpb=1411803adeeaf2dfe7860c2ef83042be1fda0bb9;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index 30b8ca05a6..85a4228b64 100644 --- a/package/hostap-driver/Makefile +++ b/package/hostap-driver/Makefile @@ -45,8 +45,8 @@ endef define KernelPackage/hostap $(call KernelPackage/hostap/Default) TITLE:=Host AP support for Prism2/2.5/3 - DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-ieee80211 +wireless-tools - KCONFIG:=CONFIG_HOSTAP + DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +!LINUX_2_6_29&&!LINUX_2_6_30:kmod-ieee80211 +LINUX_2_6_29||LINUX_2_6_30:kmod-lib80211 +wireless-tools + KCONFIG:=CONFIG_HOSTAP CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y PROVIDES:=kmod-hostap endef