From caafb15e4bec8ff2fa9a62af19312fd2c438dbc8 Mon Sep 17 00:00:00 2001 From: Kuan-Yi Li Date: Tue, 18 Jul 2023 08:22:20 +0800 Subject: [PATCH] cpusage: remove AUTORELEASE Commit 0c10c224be81 only handles the case where AUTORELEASE is used in PKG_RELEASE thus this package was left behind. Let's fix this up. Signed-off-by: Kuan-Yi Li --- utils/cpusage/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cpusage/Makefile b/utils/cpusage/Makefile index f1f63ab3de..995215e8d5 100644 --- a/utils/cpusage/Makefile +++ b/utils/cpusage/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cpusage -PKG_VERSION:=$(AUTORELEASE) +PKG_VERSION:=1 PKG_MAINTAINER:=Thomas Hühn include $(INCLUDE_DIR)/package.mk -- 2.30.2