luci-app-wireguard: fix dependency
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
f788398e41
commit
9d560c46cc
3 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=WireGuard Status
|
||||
LUCI_DEPENDS:=+wireguard-tools
|
||||
LUCI_DEPENDS:=+luci-proto-wireguard
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
include ../../luci.mk
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=Support for WireGuard VPN
|
||||
LUCI_DEPENDS:=+wireguard-tools +luci-app-wireguard
|
||||
LUCI_DEPENDS:=+wireguard-tools
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
include ../../luci.mk
|
||||
|
|
Loading…
Reference in a new issue