diff options
author | Florian Eckert <fe@dev.tdt.de> | 2021-09-30 17:41:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 17:41:46 +0200 |
commit | 7f346e4d428bc920dfb224ce7872faa5a923f23d (patch) | |
tree | 21dd5a0d8601c333b25a2291c9f13ffa0a402cec /protocols/luci-proto-wireguard | |
parent | 7c943a1d6bcf449019ca8a43e800e51f269bb8f6 (diff) | |
parent | 88d7cc12615b469e1d159c4f40e866aad0ab6254 (diff) |
Merge pull request #5399 from TDT-AG/pr/20213009-luci-wireguard
luci-proto-wireguard: fix luci.wireguard rpcd dependency
Diffstat (limited to 'protocols/luci-proto-wireguard')
-rw-r--r-- | protocols/luci-proto-wireguard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |