diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-21 10:17:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-21 10:17:07 +0200 |
commit | 80a1946a2e10393e38a716a04a7fdf11fc80f6dc (patch) | |
tree | cfe926f60b73c6868921701e3ecf212d487cda93 | |
parent | 7942a23c814ed482982d94cceed641a8b68eb5f4 (diff) | |
parent | 0279bd22b85af73a321da9fe97f787334a423217 (diff) |
Merge pull request #1030 from danrl/luci-app-wireguard
luci-app-wireguard: resolve meta package in depdencies
-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 2ca3e7e58..92cdcf270 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 +LUCI_DEPENDS:=+wireguard-tools +kmod-wireguard LUCI_PKGARCH:=all PKG_MAINTAINER:=Dan Luedtke <mail@danrl.com> |