[no ci] Sigmastar: remove local watchdog (#921)

pull/923/head
viktorxda 2023-07-22 01:14:31 +02:00 committed by GitHub
parent d0740692a0
commit 5ae809a6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View File

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

View File

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