blob: 161c97f5fb08f0eaf7841a7a6d181964e20a7c13 (
plain)
1
2
3
4
5
6
7
8
9
|
# gsmd This shell script configures for the gsmd init script.
# If you must specify special options, uncomment and modify the next line
#GSMD_OPTS="-s 115200 -F"
# If your GSM device needs to be powered up, uncomment and modify the next line
#GSM_POW="/sys/bus/platform/devices/gta01-pm-gsm.0/power_on"
#GSM_DEV="/dev/ttyS1"
|