openmoko-gsmd: Add support for the sysmobts_v2 with a modem daughterboard

This commit is contained in:
Holger Hans Peter Freyther 2012-06-11 08:38:52 +02:00
parent 9f86fa35a2
commit 4fed144378
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"
;;
"sysmocom_sysmobts_v2")
GSMD_OPTS="-v wavecom"
GSM_DEV="/dev/ttyS0"
;;
*)
# Unknown board

View File

@ -13,7 +13,7 @@ SRC_URI = "git://git.gnumonks.org/openmoko-gsmd.git;branch=master \
SRCREV = "28e25ae42da7d65face9ad2472075f7c4fc87e92"
S = "${WORKDIR}/git"
PR = "r7"
PR = "r8"
inherit autotools pkgconfig update-rc.d