From c7eaa3cfca29f5a8acca46553efe15d19b3faf01 Mon Sep 17 00:00:00 2001 From: Reguna <60984878+regunakyle@users.noreply.github.com> Date: Tue, 27 Feb 2024 01:02:53 +0800 Subject: [PATCH] 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 <60984878+regunakyle@users.noreply.github.com> --- net/chrony/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/net/chrony/Makefile b/net/chrony/Makefile index dc8fd678cc..da37c6f3b5 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