diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-29 11:32:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-29 11:32:53 +0000 |
commit | df8693a787fdd08bb942055616c84ca4df17ed20 (patch) | |
tree | 6828bc6a638e2b70be5cc61f2c1b9cd75446f566 | |
parent | 3671591480ec62b126449ae421ac5a307e30145a (diff) | |
download | upstream-df8693a787fdd08bb942055616c84ca4df17ed20.tar.gz upstream-df8693a787fdd08bb942055616c84ca4df17ed20.tar.bz2 upstream-df8693a787fdd08bb942055616c84ca4df17ed20.zip |
hostap-driver: fix displaying of kmod-hostap-{pci,plx,cs} in menuconfig (#4218)
SVN-Revision: 15479
-rw-r--r-- | package/hostap-driver/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index c77f56ed04..176aaa8c91 100644 --- a/package/hostap-driver/Makefile +++ b/package/hostap-driver/Makefile @@ -47,6 +47,7 @@ $(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 + PROVIDES:=kmod-hostap endef define KernelPackage/hostap/2.4 |