From f822719eb675c077a295cf76b3bcf1b988001f90 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Wed, 22 Jul 2020 18:24:35 +0200 Subject: [PATCH] v6.32 + DietPi-Patch | Comment arm_freq_min until related system hang/crash issues have been solved: https://github.com/MichaIng/DietPi/issues/3690 --- dietpi/patch_file | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dietpi/patch_file b/dietpi/patch_file index ba5ac1f930..bec7770064 100644 --- a/dietpi/patch_file +++ b/dietpi/patch_file @@ -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