mirror of https://github.com/openwrt/packages.git
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>pull/25572/head
parent
0374ea98b9
commit
0ea0a5f707
utils/cpupower
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue