diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-11-18 20:48:26 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-18 20:48:26 +0000 |
| commit | a3ef79a400aa63a8c129fe5657f3aa21bf6b50e0 (patch) | |
| tree | 978a265f69710926d7611234f3cfdafc3700d414 | |
| parent | b2ed40a0295c185b0408b4ea5a0858f3989f9b14 (diff) | |
| download | upstream-a3ef79a400aa63a8c129fe5657f3aa21bf6b50e0.tar.gz upstream-a3ef79a400aa63a8c129fe5657f3aa21bf6b50e0.tar.bz2 upstream-a3ef79a400aa63a8c129fe5657f3aa21bf6b50e0.zip | |
add missing dependency
SVN-Revision: 5564
| -rw-r--r-- | package/hostap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostap/Makefile b/package/hostap/Makefile index c2318cfbd06..f6d0c8d8387 100644 --- a/package/hostap/Makefile +++ b/package/hostap/Makefile @@ -45,7 +45,7 @@ endef define KernelPackage/hostap $(call KernelPackage/hostap/Default) - DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT + DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-ieee80211 TITLE:=Host AP support for Prism2/2.5/3 DESCRIPTION+=\\\ \\\ |
