wireguard: add dependency to luci-proto-wireguard
authorSven Roederer <[email protected]>
Mon, 26 Mar 2018 17:15:25 +0000 (19:15 +0200)
committerGitHub <[email protected]>
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 <[email protected]>
applications/luci-app-wireguard/Makefile

index 92cdcf27000b7bd28a343e7748e365063014c0d0..ae315bdfe3e86f7a6bd2515b21e679069e77ad95 100644 (file)
@@ -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 <[email protected]>