From 082d41f3136e9bfd56bb71bc8dbc7ef7622d3ec0 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Wed, 16 Mar 2022 14:37:27 +0100 Subject: [PATCH] ap51-flash: use $(AUTORELEASE) for PKG_RELEASE Use `$(AUTORELEASE)` variable rather than setting a PKG_RELEASE on every commit manually. Signed-off-by: Sven Eckelmann --- utils/ap51-flash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ap51-flash/Makefile b/utils/ap51-flash/Makefile index 565444710e..464a8b79da 100644 --- a/utils/ap51-flash/Makefile +++ b/utils/ap51-flash/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ap51-flash PKG_VERSION:=2019.0.1 -PKG_RELEASE:=2 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/ap51-flash/ap51-flash/releases/download/v$(PKG_VERSION) -- 2.30.2