mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user