mirror of
https://github.com/openwrt/packages.git
synced 2025-12-25 18:24:51 +04:00
Merge pull request #7030 from jonathanunderwood/stubby_ca_certificates_dependency
stubby: add missing dependency on ca-certificates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user