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 | 332486205b3018969bff8510b80ec565a7cdfa5c (patch) | |
tree | c77ae7f8f18ad8c0aa3c3535a66c59eab28adf88 | |
parent | 39581414ad8b626e04ec0dc382aee163fd91dea2 (diff) | |
download | upstream-332486205b3018969bff8510b80ec565a7cdfa5c.tar.gz upstream-332486205b3018969bff8510b80ec565a7cdfa5c.tar.bz2 upstream-332486205b3018969bff8510b80ec565a7cdfa5c.zip |
[package] hostap-driver: fix displaying of kmod-hostap-{pci,plx,cs} in menuconfig (#4218)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15479 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |