mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
add missing dependency
SVN-Revision: 5564
This commit is contained in:
parent
b2ed40a029
commit
a3ef79a400
1 changed files with 1 additions and 1 deletions
|
|
@ -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+=\\\
|
||||
\\\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue