From: Eric Luehrsen Date: Fri, 24 May 2019 00:43:19 +0000 (-0400) Subject: luci-app-unbound: match dependencies with unbound package X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3e358e5994346dd2febbfee046ec9a6a899f3b16;p=oweals%2Fluci.git luci-app-unbound: match dependencies with unbound package Signed-off-by: Eric Luehrsen --- 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