gsmd: change init script yet again to get rid of GSM_DL
authorJohn Lee <john_lee@openmoko.org>
Wed, 23 Apr 2008 15:34:53 +0000 (15:34 +0000)
committerJohn Lee <john_lee@openmoko.org>
Wed, 23 Apr 2008 15:34:53 +0000 (15:34 +0000)
* https://lists.internal.openmoko.org/pipermail/gta02/2008-April/000147.html
applied changes from 5e770ef67ca9181debf8bc06887ec2c0de12a91f
             through 44fa01367e602f91487628d088d532d27323e377

packages/gsm/files/gsmd
packages/gsm/gsmd.inc

index 31dbd34..dc10e63 100644 (file)
@@ -13,7 +13,6 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
 
 case "$1" in
     start)
-        [ -n "$GSM_DL" ] && ( echo "1" >$GSM_DL; sleep 1 )
         [ -n "$GSM_POW" ] && ( echo "0" >$GSM_POW; sleep 1 )
         [ -n "$GSM_POW" ] && ( echo "1" >$GSM_POW; sleep 1 )
         [ -n "$GSM_RES" ] && ( echo "1" >$GSM_RES; sleep 1 )
index 5e47847..4ce23d5 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "libs/gsm"
 PROVIDES += "gsmd"
 RPROVIDES_${PN} = "libgsmd0 libgsmd gsmd gsmd-devel"
 PV = "0.1+svnr${SRCREV}"
-PR = "r42"
+PR = "r44"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
            file://gsmd \