kernel: build cpupower

cpupower replace the function of cpufrequtils which is not updated since years.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2024-03-20 09:27:50 +01:00
parent 08d869d54f
commit 81986d40a9
4 changed files with 93 additions and 0 deletions

View File

@@ -247,6 +247,11 @@ ifeq "$(LASTKERNEL)" "1"
# Disable ipv6 at runtime
echo "options ipv6 disable_ipv6=1" > /etc/modprobe.d/ipv6.conf
# build cpupower utility
cd $(DIR_APP)/tools/power/cpupower && make $(MAKETUNING)
cd $(DIR_APP)/tools/power/cpupower && make install
endif
endif