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
parent
commit
cec18eb0d0
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/chrony/Makefile

+ 1
- 1
net/chrony/Makefile View File

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


Loading…
Cancel
Save