From: Kuan-Yi Li Date: Tue, 18 Jul 2023 00:22:20 +0000 (+0800) Subject: cpusage: remove AUTORELEASE X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=caafb15e4bec8ff2fa9a62af19312fd2c438dbc8;p=openwrt-packages.git 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 --- diff --git a/utils/cpusage/Makefile b/utils/cpusage/Makefile index f1f63ab3d..995215e8d 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