Re-enable watchdog autofeed

pull/300/head
Dmitry Ermakov 2022-07-30 22:50:42 +03:00
parent af4deed420
commit 0774f32c80
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -326,7 +326,7 @@ insert_ko() {
insert_audio
echo "==== Your input Sensor type is $SENSOR ===="
insmod wdt.ko nodeamon=1
insmod wdt.ko #nodeamon=1
# system configuration
sysctl

View File

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