[13:52] koen: stefan_schmidt: I read http://wiki.openezx.org/Mux_cli
[13:52] stefan_schmidt: koen: Should be point to start with.
[13:52] stefan_schmidt: koen: I can't remember what services ends on which mux devices
[13:52] stefan_schmidt: koen: Could be tricky if you have to connect to two different ones.
[13:52] koen: yeah
[13:53] stefan_schmidt: koen: That would bring us back to the unfinished mux support in gsmd/kernel
GSMD_OPTS="-s 460800 -F -w 1"
GSM_DEV="/dev/ttyS0"
;;
+ "Motorola Ezx Platform")
+ GSMD_OPTS="-s 115200 -F"
+ GSM_DEV="/dev/mux1"
+ ;;
*)
# Unknown board
SECTION = "libs/gsm"
PROVIDES += "gsmd"
PV = "0.1+svnr${SRCREV}"
-PR = "r23"
+PR = "r24"
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
file://gsmd \