libgsmd: fix /etc/default/gsmd script
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 23 Aug 2007 21:01:26 +0000 (21:01 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 23 Aug 2007 21:01:26 +0000 (21:01 +0000)
packages/gsm/files/default
packages/gsm/libgsmd_svn.bb

index 43f4a2d..4b582dd 100644 (file)
@@ -3,12 +3,12 @@
 . /etc/init.d/functions
 
 case `cpuinfo_id` in
-       "GTA01""GTA02")
+       "GTA01"|"GTA02")
                GSMD_OPTS="-s 115200 -F"
                GSM_POW="/sys/bus/platform/devices/gta01-pm-gsm.0/power_on"
                GSM_DEV="/dev/ttySAC0"
                ;;
-       "HTC Apache""HTC Blueangel")
+       "HTC Apache"|"HTC Blueangel")
                GSMD_OPTS="-s 115200 -F"
                GSM_DEV="/dev/ttyS0"
                ;;
index b815a22..7eee675 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "GPL LGPL"
 SECTION = "libs/gsm"
 PROVIDES += "gsmd"
 PV = "0.1+svn${SRCDATE}"
-PR = "r20"
+PR = "r21"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
            file://gsmd \