libgsmd: hack around bug where the kernel console is pointed to the gsm modem
authorKoen Kooi <koen@openembedded.org>
Tue, 20 Mar 2007 14:59:58 +0000 (14:59 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 20 Mar 2007 14:59:58 +0000 (14:59 +0000)
packages/gsm/files/gsmd
packages/gsm/libgsmd_svn.bb

index 26ff56a..254fe0a 100644 (file)
@@ -18,6 +18,10 @@ prog="gsmd"
 start() {
        # FIXME add check whether GSM_POW is set at all, otherwise don't try to power on
        # Power on GSM device
+       
+       # Hack for broken uboot and/or kernel on the neo1973
+       dmesg -n1
+
        if [ -e "${GSM_POW}" ]
        then
                echo -n "Powering up GSM device..."
index 720ba55..734624b 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "GPL"
 SECTION = "libs/gsm"
 PROVIDES += "gsmd"
 PV = "0.0+svn${SRCDATE}"
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
            file://gsmd \