summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorSven Roederer <SvenRoederer@users.noreply.github.com>2018-03-26 19:15:25 +0200
committerGitHub <noreply@github.com>2018-03-26 19:15:25 +0200
commitec10a14976242af38168a5e1a5ef22af452da425 (patch)
tree3e8d52dee32823002e6d16f9ab47d33d3cdfabc1 /applications
parent92408aaf17115b1c0b373c9e669211af6f56aeb4 (diff)
wireguard: add dependency to luci-proto-wireguard
Installing luci-app-wireguard should also install luci-proto-wireguard, to have it as an protocol for interface setup. Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
Diffstat (limited to 'applications')
-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 92cdcf270..ae315bdfe 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>