Browse Source
chrony: Avoid building unused gnutls and ca dependencies
Avoid building unused gnutls and ca dependencies
Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
(cherry picked from commit 089eabedf9
)
lilik-openwrt-22.03
Boris Krasnovskiy
2 years ago
committed by
Josef Schlehofer
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|