[no ci] Sigmastar: remove local watchdog

pull/921/head
Viktor 2023-07-21 20:43:15 +02:00
parent d0740692a0
commit 8dd4208966
2 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# OpenIPC.org | 2023.06.01
# OpenIPC.org | 2023.07.01
#
PATH_MODULE=/lib/modules/4.9.84/sigmastar
@ -9,9 +9,6 @@ PATH_FIRMWARE=/etc/sensors/venc_fw/chagall.bin
# Sensor
SENSOR=$(fw_printenv -n sensor)
# Watchdog
watchdog -t 10 /dev/watchdog
set_sensor() {
case $SENSOR in
gc2053)

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# OpenIPC.org | 2023.05.01
# OpenIPC.org | 2023.07.01
#
PATH_MODULE=/lib/modules/4.9.84/sigmastar
@ -9,9 +9,6 @@ PATH_FIRMWARE=/etc/sensors/venc_fw/chagall.bin
# Sensor
SENSOR=$(fw_printenv -n sensor)
# Watchdog
watchdog -t 10 /dev/watchdog
insert_ko() {
insmod ${PATH_MODULE}/mhal.ko
insmod ${PATH_MODULE}/mi_common.ko