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>
This commit is contained in:
Reguna 2024-02-27 01:02:53 +08:00 committed by Josef Schlehofer
parent d660dc6e7c
commit c7eaa3cfca
1 changed files with 8 additions and 2 deletions

View File

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