diff options
author | Sven Roederer <SvenRoederer@users.noreply.github.com> | 2018-03-26 19:15:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-26 19:15:25 +0200 |
commit | ec10a14976242af38168a5e1a5ef22af452da425 (patch) | |
tree | 3e8d52dee32823002e6d16f9ab47d33d3cdfabc1 /applications | |
parent | 92408aaf17115b1c0b373c9e669211af6f56aeb4 (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/Makefile | 2 |
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> |