mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 08:22:59 +02:00
Removed unsupported p4-clockmod from cpufreq moduleloader.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#
|
||||
# Authors : Arne Fitzenreiter - arne_f@ipfire.org
|
||||
#
|
||||
# Version : 01.00
|
||||
# Version : 01.01
|
||||
#
|
||||
# Notes :
|
||||
#
|
||||
@@ -21,7 +21,7 @@ case "${1}" in
|
||||
|
||||
# try cpufreq hardware depend modules
|
||||
for i in $(find /lib/modules/$(uname -r)/kernel/arch/x86/kernel/cpu/cpufreq \
|
||||
! -name speedstep-lib.ko | sort -d -r); do
|
||||
! -name speedstep-lib.ko ! -name p4-clockmod.ko | sort -d -r); do
|
||||
module=$(basename $i | cut -d. -f1);
|
||||
modprobe $module > /dev/null 2>&1;
|
||||
if [ ${?} = 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user