chrony: update package description
authorReguna <60984878+regunakyle@users.noreply.github.com>
Mon, 26 Feb 2024 17:02:53 +0000 (01:02 +0800)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 6 Mar 2024 19:47:23 +0000 (20:47 +0100)
Explicitly mention the support of NTS (or the lack of it) in the description of chrony and chrony-nts

Signed-off-by: Reguna <60984878+regunakyle@users.noreply.github.com>
net/chrony/Makefile

index dc8fd678cc260f2c030c5d2f8ec836eddef3546f..da37c6f3b5f211bc11786fbe9e773a12b4c73ec2 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=chrony
 PKG_VERSION:=4.5
 
 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/
 
 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.
        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
 
 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
 
 define Package/chrony/conffiles
 /etc/chrony/chrony.conf