blob: b09d433d1e1e44ebb3a25a8088644a59b454f5aa (
plain)
1
2
3
4
5
6
7
8
9
10
|
# gsmd This shell script configures for the gsmd init script.
GSMD_OPTS="-s 115200 -F -w 1"
# 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"
# this should be in a common /etc/default/serial, together
# with BT_DEV, and IR_DEV
GSM_DEV="/dev/ttyS0"
|