From: Reguna Date: Mon, 26 Feb 2024 17:02:53 +0000 (+0800) Subject: chrony: update package description X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c7eaa3cfca29f5a8acca46553efe15d19b3faf01;p=openwrt-packages.git chrony: update package description Explicitly mention the support of NTS (or the lack of it) in the description of chrony and chrony-nts Signed-off-by: Reguna --- diff --git a/net/chrony/Makefile b/net/chrony/Makefile index dc8fd678c..da37c6f3b 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=chrony PKG_VERSION:=4.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://chrony-project.org/releases/ @@ -54,9 +54,15 @@ define Package/chrony/description An NTP client and server designed to perform well in a wide range of conditions. It can synchronize the system clock with NTP servers, reference clocks, and manual input using wristwatch and keyboard. + This package does NOT include NTS support. endef -Package/chrony-nts/description = $(Package/chrony/description) +define Package/chrony-nts/description + An NTP client and server designed to perform well in a wide range + of conditions. It can synchronize the system clock with NTP servers, + reference clocks, and manual input using wristwatch and keyboard. + This package includes NTS support. +endef define Package/chrony/conffiles /etc/chrony/chrony.conf