libgsmd: add device configuration for omap3430-ldp

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5015 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2008-08-04 13:40:11 +00:00
parent 450c47d017
commit cf55538e50
2 changed files with 5 additions and 1 deletions

View File

@@ -35,6 +35,10 @@ case `machine_id` in
GSMD_OPTS="-s 115200 -F -v ti"
GSM_DEV="/dev/mux0"
;;
"omap3430_ldp_board")
GSMD_OPTS="-s 460800 -F"
GSM_DEV="/dev/ttyS0"
;;
*)
# Unknown board

View File

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