luci-proto-wireguard: fix luci.wireguard rpcd dependency 5399/head
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 30 Sep 2021 10:43:21 +0000 (12:43 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 30 Sep 2021 10:46:15 +0000 (12:46 +0200)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
protocols/luci-proto-wireguard/Makefile

index f88b90bbfa504303c95c52988849c117a5bd929e..75c5e1868fae93ddd9956edb1291c3267a2447d6 100644 (file)
@@ -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