From 0ea0a5f7075f997451f341757cf58e681559045b Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Mon, 6 Jan 2025 19:54:32 +0100 Subject: [PATCH] cpupower: fix category 'utils' -> 'utilities' The initial idea was to have the new package in the existing category, not to create a new one. Thanks @anomeome for spotting this. Signed-off-by: Michael Heimpold --- utils/cpupower/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cpupower/Makefile b/utils/cpupower/Makefile index a2b03ea186..357ad532b2 100644 --- a/utils/cpupower/Makefile +++ b/utils/cpupower/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/package.mk define Package/cpupower SECTION:=utils - CATEGORY:=Utils + CATEGORY:=Utilities TITLE:=Shows and sets processor power related values URL:=https://www.kernel.org DEPENDS:=+libpci -- 2.30.2