Disable watchdog autofeed

This commit is contained in:
Dmitry Ermakov
2022-07-30 00:13:57 +03:00
parent 7ba09218f5
commit aade81b494
2 changed files with 2 additions and 2 deletions

View File

@@ -292,7 +292,7 @@ insert_ko() {
insert_audio
insmod hi_mipi.ko
insmod wdt.ko
insmod wdt.ko nodeamon=1
echo "==== Your input Sensor type is $SENSOR ===="
}

View File

@@ -207,7 +207,7 @@ insert_ko() {
insert_audio
insmod hi_mipi.ko
insmod wdt.ko
insmod wdt.ko nodeamon=1
echo "==== Your input Sensor type is $SENSOR ===="
}