summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2019-05-28 16:18:44 +0200
committerGitHub <noreply@github.com>2019-05-28 16:18:44 +0200
commit6a849511309172541ecdada312524103fc1f832f (patch)
treebae95fe9915bc19bf6fa521d61c9b6d405d3bdd4 /applications
parente07a368d2c557880f2b985feaf62512cf7811615 (diff)
parent3e358e5994346dd2febbfee046ec9a6a899f3b16 (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/Makefile2
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