stubby: add missing dependency on ca-certificates

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
This commit is contained in:
Tony Ambardar 2018-08-07 06:21:11 -07:00 committed by Jonathan G. Underwood
parent ccf0c71ace
commit a3a73ef7bc

View file

@ -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