X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fhostap%2FMakefile;h=fe76117195c0066cce662310a0c1807e6f4a154d;hp=b4d24460c3a49b843c785366e957d926ef972399;hb=153a9f7f9b509e2dadd22cafca505e42d5f5af2a;hpb=22ef8879bcba6d861daaaa8376c7a56e187f04e2 diff --git a/package/hostap/Makefile b/package/hostap/Makefile index b4d24460c3..fe76117195 100644 --- a/package/hostap/Makefile +++ b/package/hostap/Makefile @@ -43,6 +43,7 @@ define KernelPackage/hostap $(call KernelPackage/hostap/Default) DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-ieee80211 +kmod-crypto TITLE:=Host AP support for Prism2/2.5/3 + KCONFIG:=CONFIG_HOSTAP DESCRIPTION+=\\\ \\\ This package contains the base Host AP driver code that is shared by \\\ @@ -70,6 +71,7 @@ define KernelPackage/hostap-pci $(call KernelPackage/hostap/Default) DEPENDS:=kmod-hostap TITLE:=Host AP driver for PCI adaptors + KCONFIG:=CONFIG_HOSTAP_PCI DESCRIPTION+=\\\ \\\ This package contains the Host AP driver for Prism2.5 PCI adaptors. @@ -89,6 +91,7 @@ endef define KernelPackage/hostap-plx $(call KernelPackage/hostap/Default) DEPENDS:=kmod-hostap + KCONFIG:=CONFIG_HOSTAP_PLX TITLE:=Host AP driver for PLX9052 based PCI adaptors DESCRIPTION+=\\\ \\\