From 51550d1415072d36902bb678c486c975861f3e7b Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Wed, 16 Mar 2022 02:04:43 +0200 Subject: [PATCH] chrony: enable AUTORELEASE Enable AUTORELEASE in a separate commit so that the next commit can be reverted without having to manually re-introduce it. Signed-off-by: Stijn Tintel --- net/chrony/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/chrony/Makefile b/net/chrony/Makefile index a011b2e068..b2b310371d 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=chrony PKG_VERSION:=4.2 -PKG_RELEASE:=2 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.tuxfamily.org/chrony/ -- 2.30.2