1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00
Files
Marcin Juszkiewicz 7aa012b407 libgsmd: added from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2132 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-07-09 14:00:01 +00:00

11 lines
342 B
Plaintext

# 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"