Files
quectel-rgmii-toolkit/ipk-source/socat-at-bridge/CONTROL/prerm
Cameron Thompson 0bb14ae09c Update socat-at-bridge to 1.1.1
- Fixed an issue causing the bridge to not properly form at boot

- A single file is executed with procd now instead for each smd device (AT Coammnd stream)
2025-01-16 00:56:29 -05:00

12 lines
229 B
Bash
Executable File

#!/bin/ash
echo "Disabling socat-at-bridge at startup"
service socat-at-bridge disable
service socat-at-bridge-smd7 disable
echo "Stopping socat-at-bridge"
service socat-at-bridge stop
service socat-at-bridge-smd7 stop
exit 0