aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-openmoko/openmoko-gsmd
diff options
context:
space:
mode:
authorHarald Welte <hwelte@sysmocom.de>2012-10-25 15:32:39 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-11-02 13:50:14 +0100
commitd1e0a1f78d10728d904349a6bf7846e2357fe1d4 (patch)
treeaefb1198644bc7b61a3083a27778a00ee69d45f7 /recipes-openmoko/openmoko-gsmd
parent6ae5eefa93571d01dca6814e56f28c9f6fbca070 (diff)
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.
Diffstat (limited to 'recipes-openmoko/openmoko-gsmd')
-rw-r--r--recipes-openmoko/openmoko-gsmd/files/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-openmoko/openmoko-gsmd/files/default b/recipes-openmoko/openmoko-gsmd/files/default
index e7c536b..766b389 100644
--- a/recipes-openmoko/openmoko-gsmd/files/default
+++ b/recipes-openmoko/openmoko-gsmd/files/default
@@ -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