From: Florian Eckert Date: Thu, 30 Sep 2021 10:43:21 +0000 (+0200) Subject: luci-proto-wireguard: fix luci.wireguard rpcd dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=88d7cc12615b469e1d159c4f40e866aad0ab6254;p=project%2Fluci.git luci-proto-wireguard: fix luci.wireguard rpcd dependency Signed-off-by: Florian Eckert --- 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