gsmd: Use /dev/ttyS2 on sysmobts v2

only the first prototype board (on the v2B mainboard) was using ttyS0, messing
up console access.  This has been fixed in v2.x of the db9 daughterboard for
the v2C mainboards.
This commit is contained in:
Harald Welte 2012-10-25 15:32:39 +02:00 committed by Holger Hans Peter Freyther
parent 6ae5eefa93
commit d1e0a1f78d
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ case `machine_id` in
;;
"sysmocom_sysmobts_v2")
GSMD_OPTS="-v wavecom"
GSM_DEV="/dev/ttyS0"
GSM_DEV="/dev/ttyS2"
;;
*)
# Unknown board