mirror of https://github.com/OpenIPC/firmware.git
[no ci] Sigmastar: remove local watchdog (#921)
parent
d0740692a0
commit
5ae809a6b8
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue