r1394 - trunk/oe/packages/gsm/files

mickey at sita.openmoko.org mickey at sita.openmoko.org
Sun Mar 18 00:17:44 CET 2007


Author: mickey
Date: 2007-03-18 00:17:44 +0100 (Sun, 18 Mar 2007)
New Revision: 1394

Modified:
   trunk/oe/packages/gsm/files/gsmd
Log:
oe/libgsmd: supply necessary options to gsmd invocation


Modified: trunk/oe/packages/gsm/files/gsmd
===================================================================
--- trunk/oe/packages/gsm/files/gsmd	2007-03-17 23:11:31 UTC (rev 1393)
+++ trunk/oe/packages/gsm/files/gsmd	2007-03-17 23:17:44 UTC (rev 1394)
@@ -7,7 +7,7 @@
 # processname: gsmd
 
 # If you must specify special options, uncomment and modify the next line
-#GSMD_OPTS=
+GSMD_OPTS="-s 115200 -F"
 # If your GSM device needs to be powered up, uncommend and modify the next line
 GSM_POW="/sys/bus/platform/devices/gta01-pm-gsm.0/power_on"
 GSM_DEV="/dev/ttySAC0"
@@ -51,7 +51,7 @@
 		mkdir -fp /usr/spool/uucp
 		chown uucp.uucp /usr/spool/uucp
 		stty -F /dev/ttySAC0 crtscts
-	    gsmd ${GPSD_OPTS} -p ${GPS_DEV}
+		gsmd -p ${GPS_DEV} ${GPSD_OPTS}
 		echo "success"
 	else
 	    # User needs to symlink ${GPS_DEV} to the right thing





More information about the commitlog mailing list