Merge pull request #2725 from EricLuehrsen/unbound_view
authorDirk Brenken <dev@brenken.org>
Tue, 28 May 2019 14:18:44 +0000 (16:18 +0200)
committerGitHub <noreply@github.com>
Tue, 28 May 2019 14:18:44 +0000 (16:18 +0200)
luci-app-unbound: match dependencies with unbound package

applications/luci-app-unbound/Makefile

index 6d953e13b20cebc1d938df9886f2e83d6cd27065..6b43adab3f0a167754ab2a6fc02f60246e8818ec 100644 (file)
@@ -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