diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-29 11:32:53 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-29 11:32:53 +0000 |
commit | 6715482e0228bc376e2bb296dceb10e3f7d6c491 (patch) | |
tree | c77ae7f8f18ad8c0aa3c3535a66c59eab28adf88 /package/hostap-driver/Makefile | |
parent | 14cb88d92095e4fb8e791fa518bc94df19dc226c (diff) |
[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
Diffstat (limited to 'package/hostap-driver/Makefile')
-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 c77f56ed0..176aaa8c9 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 |