summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-03-26 21:03:50 +0300
committerGitHub <noreply@github.com>2018-03-26 21:03:50 +0300
commit648fd91798cdf63969c06c090832ae8d82e01ef7 (patch)
tree3e8d52dee32823002e6d16f9ab47d33d3cdfabc1
parent92408aaf17115b1c0b373c9e669211af6f56aeb4 (diff)
parentec10a14976242af38168a5e1a5ef22af452da425 (diff)
Merge pull request #1701 from SvenRoederer/patch-2
wireguard: add dependency to luci-proto-wireguard
-rw-r--r--applications/luci-app-wireguard/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-wireguard/Makefile b/applications/luci-app-wireguard/Makefile
index 92cdcf2700..ae315bdfe3 100644
--- a/applications/luci-app-wireguard/Makefile
+++ b/applications/luci-app-wireguard/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=WireGuard Status
-LUCI_DEPENDS:=+wireguard-tools +kmod-wireguard
+LUCI_DEPENDS:=+wireguard-tools +kmod-wireguard +luci-proto-wireguard
LUCI_PKGARCH:=all
PKG_MAINTAINER:=Dan Luedtke <mail@danrl.com>