diff options
author | Eric Luehrsen <ericluehrsen@gmail.com> | 2019-05-23 20:43:19 -0400 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@gmail.com> | 2019-05-23 20:43:19 -0400 |
commit | 3e358e5994346dd2febbfee046ec9a6a899f3b16 (patch) | |
tree | 9e508dff644f632ef765f8ae38d4a0dc5c734b12 /applications | |
parent | 2cdc5f160a221121d0e06a638db3d2d0559bf6ca (diff) |
luci-app-unbound: match dependencies with unbound package
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
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 |