Merge pull request #1030 from danrl/luci-app-wireguard
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 21 Feb 2017 08:17:07 +0000 (10:17 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2017 08:17:07 +0000 (10:17 +0200)
luci-app-wireguard: resolve meta package in depdencies

applications/luci-app-wireguard/Makefile

index 2ca3e7e..92cdcf2 100644 (file)
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=WireGuard Status
-LUCI_DEPENDS:=+wireguard
+LUCI_DEPENDS:=+wireguard-tools +kmod-wireguard
 LUCI_PKGARCH:=all
 
 PKG_MAINTAINER:=Dan Luedtke <mail@danrl.com>