projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing dependency
[openwrt.git]
/
package
/
hostap
/
Makefile
diff --git
a/package/hostap/Makefile
b/package/hostap/Makefile
index
c2318cf
..
f6d0c8d
100644
(file)
--- 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+=\\\
\\\
This page took
0.026721 seconds
and
4
git commands to generate.