Browse Source

stubby: add missing dependency on ca-certificates

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
lilik-openwrt-22.03
Tony Ambardar 6 years ago
committed by Jonathan G. Underwood
parent
commit
9ddc94a374
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/stubby/Makefile

+ 1
- 1
net/stubby/Makefile 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


Loading…
Cancel
Save