From 88d7cc12615b469e1d159c4f40e866aad0ab6254 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 30 Sep 2021 12:43:21 +0200 Subject: [PATCH] luci-proto-wireguard: fix luci.wireguard rpcd dependency Signed-off-by: Florian Eckert --- protocols/luci-proto-wireguard/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile index f88b90bbfa..75c5e1868f 100644 --- a/protocols/luci-proto-wireguard/Makefile +++ b/protocols/luci-proto-wireguard/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for WireGuard VPN -LUCI_DEPENDS:=+wireguard-tools +LUCI_DEPENDS:=+wireguard-tools +libuci-lua LUCI_PKGARCH:=all include ../../luci.mk -- 2.30.2