summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEric Luehrsen <ericluehrsen@gmail.com>2019-05-23 20:43:19 -0400
committerEric Luehrsen <ericluehrsen@gmail.com>2019-05-23 20:43:19 -0400
commit3e358e5994346dd2febbfee046ec9a6a899f3b16 (patch)
tree9e508dff644f632ef765f8ae38d4a0dc5c734b12
parent2cdc5f160a221121d0e06a638db3d2d0559bf6ca (diff)
luci-app-unbound: match dependencies with unbound package
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
-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