From 432565892407381f8b485e56373f711ea0b59e1a Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 4 Apr 2024 12:12:13 +0200 Subject: [PATCH] Merge branch 'de#4517 reactivate watchdogv' into v1.11 --- build_sdcard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_sdcard.sh b/build_sdcard.sh index 4877368b5..343abe664 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -444,7 +444,7 @@ if [ "${baseimage}" = "raspios_arm64" ]; then fi echo "max_usb_current=1" | tee -a $configFile echo "dtparam=nvme" | tee -a $configFile - echo "dtparam=watchdog=off" | tee -a $configFile + echo "dtparam=watchdog=on" | tee -a $configFile echo 'dtoverlay=pi3-disable-bt' | tee -a $configFile echo 'dtoverlay=disable-bt' | tee -a $configFile else