cpusage: remove AUTORELEASE

Commit 0c10c224be 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 <kyli@abysm.org>
This commit is contained in:
Kuan-Yi Li 2023-07-18 08:22:20 +08:00 committed by Nick Hainke
parent a037254588
commit caafb15e4b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cpusage
PKG_VERSION:=$(AUTORELEASE)
PKG_VERSION:=1
PKG_MAINTAINER:=Thomas Hühn <thomas.huehn@hs-nordhausen.de>
include $(INCLUDE_DIR)/package.mk