libgsm: use GTA01 machine for the Zoom board, it's close enough

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5036 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2008-08-08 14:41:51 +00:00
parent 17ae3eeb05
commit 3cf90d10ba
2 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,8 @@ case `machine_id` in
GSM_DEV="/dev/mux0"
;;
"omap3430_ldp_board")
GSMD_OPTS="-s 460800 -F"
# Need a machine for the Zoom modem, but this will do
GSMD_OPTS="-s 460800 -F -v ti -m gta01"
GSM_DEV="/dev/ttyS0"
;;
*)

View File

@ -5,7 +5,7 @@ SECTION = "libs/gsm"
PROVIDES += "gsmd"
RPROVIDES_${PN} = "libgsmd0 libgsmd gsmd gsmd-devel"
PV = "0.1+svnr${SRCREV}"
PR = "r46"
PR = "r47"
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
file://fix_machine_init.patch;patch=1 \