aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2018-08-07 06:21:11 -0700
committerJonathan G. Underwood <jonathan.underwood@gmail.com>2018-09-16 00:34:38 +0100
commit9ddc94a37492a64e3b04bafb5406d8998ee2f32e (patch)
treefd3091f74855c4c7834236dc4a1ab616b5d284de /net
parent113cba6531c4bab77534f530a64bf6d9fd30a518 (diff)
stubby: add missing dependency on ca-certificates
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'net')
-rw-r--r--net/stubby/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/stubby/Makefile b/net/stubby/Makefile
index 3cc8dae6e..3f3df9c12 100644
--- a/net/stubby/Makefile
+++ b/net/stubby/Makefile
@@ -42,7 +42,7 @@ define Package/stubby
SUBMENU:=IP Addresses and Names
TITLE+= - (daemon that uses getdns)
USERID:=stubby=410:stubby=410
- DEPENDS:= +libyaml +getdns
+ DEPENDS:= +libyaml +getdns +ca-certificates
endef
define Package/stubby/install