diff options
author | Dirk Brenken <dev@brenken.org> | 2019-05-28 16:18:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-28 16:18:44 +0200 |
commit | 6a849511309172541ecdada312524103fc1f832f (patch) | |
tree | bae95fe9915bc19bf6fa521d61c9b6d405d3bdd4 /applications | |
parent | e07a368d2c557880f2b985feaf62512cf7811615 (diff) | |
parent | 3e358e5994346dd2febbfee046ec9a6a899f3b16 (diff) |
Merge pull request #2725 from EricLuehrsen/unbound_view
luci-app-unbound: match dependencies with unbound package
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-unbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-unbound/Makefile b/applications/luci-app-unbound/Makefile index 6d953e13b..6b43adab3 100644 --- a/applications/luci-app-unbound/Makefile +++ b/applications/luci-app-unbound/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Unbound Recursive DNS Resolver Configuration -LUCI_DEPENDS:=+unbound +LUCI_DEPENDS:=+unbound-daemon include ../../luci.mk |