wireguard: add dependency to luci-proto-wireguard 1701/head
authorSven Roederer <SvenRoederer@users.noreply.github.com>
Mon, 26 Mar 2018 17:15:25 +0000 (19:15 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Mar 2018 17:15:25 +0000 (19:15 +0200)
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>
applications/luci-app-wireguard/Makefile

index 92cdcf2..ae315bd 100644 (file)
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=WireGuard Status
 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>
 LUCI_PKGARCH:=all
 
 PKG_MAINTAINER:=Dan Luedtke <mail@danrl.com>