From: Boris Krasnovskiy Date: Fri, 22 Jul 2022 18:23:05 +0000 (-0400) Subject: chrony: Avoid building unused gnutls and ca dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=089eabedf931cb65013d1e74048e9366046bbeac;p=openwrt-packages.git chrony: Avoid building unused gnutls and ca dependencies Avoid building unused gnutls and ca dependencies Signed-off-by: Boris Krasnovskiy --- diff --git a/net/chrony/Makefile b/net/chrony/Makefile index a5350a097..e4440e01c 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -45,7 +45,7 @@ endef define Package/chrony-nts $(call Package/chrony/Default) TITLE+= (with NTS) - DEPENDS+= +libgnutls +ca-bundle + DEPENDS+= +PACKAGE_chrony-nts:libgnutls +PACKAGE_chrony-nts:ca-bundle VARIANT:=with-nts endef