mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
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 <mhei@heimpold.de>
This commit is contained in:
committed by
Rosen Penev
parent
0374ea98b9
commit
0ea0a5f707
@@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
|
|
||||||
define Package/cpupower
|
define Package/cpupower
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utils
|
CATEGORY:=Utilities
|
||||||
TITLE:=Shows and sets processor power related values
|
TITLE:=Shows and sets processor power related values
|
||||||
URL:=https://www.kernel.org
|
URL:=https://www.kernel.org
|
||||||
DEPENDS:=+libpci
|
DEPENDS:=+libpci
|
||||||
|
|||||||
Reference in New Issue
Block a user