aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2018-09-22 07:05:49 +0200
committerGitHub <noreply@github.com>2018-09-22 07:05:49 +0200
commit4cdbabbf826b4699bce48615bdedbb0478b0e7e4 (patch)
treedde4ff7dc85640a3fe5022bf7d5170a3927abcea /net
parentd4662bab407aae4ccec3a2124646036e331684df (diff)
parent9ddc94a37492a64e3b04bafb5406d8998ee2f32e (diff)
Merge pull request #7030 from jonathanunderwood/stubby_ca_certificates_dependency
stubby: add missing dependency on ca-certificates
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