Skip to content

Commit

Permalink
v6.32
Browse files Browse the repository at this point in the history
+ DietPi-Patch | Comment arm_freq_min until related system hang/crash issues have been solved: #3690
  • Loading branch information
MichaIng authored Jul 22, 2020
1 parent bcd1bf3 commit f822719
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dietpi/patch_file
Original file line number Diff line number Diff line change
Expand Up @@ -2447,6 +2447,13 @@ _EOF_

done

fi
#-------------------------------------------------------------------------------
if [[ $G_HW_MODEL == [0-3] ]]; then

G_DIETPI-NOTIFY 2 'Commenting arm_freq_min until related system hang/crash issues have been solved: https://github.com/MichaIng/DietPi/issues/3690'
G_EXEC sed -i 's/^[[:blank:]]*arm_freq_min/#arm_freq_min/' /boot/config.txt

fi
#-------------------------------------------------------------------------------
# Last subversion patch completed
Expand Down

0 comments on commit f822719

Please sign in to comment.