diff options
author | Jan Lübbe <jluebbe@debian.org> | 2008-07-18 16:23:53 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2008-07-18 16:23:53 +0000 |
commit | 9cf04402e852ffaf004ceebfba79e5c5c9bfa7db (patch) | |
tree | 81e226e265350adfb9776896a16ce3b107f535fa /packages/freesmartphone | |
parent | b1d423ea43be1980c304a9c131ce10e6f531a56a (diff) |
frameworkd: fix frameworkd.conf (ogsmd instead of ophoned)
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r-- | packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf | 4 | ||||
-rw-r--r-- | packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf | 2 | ||||
-rw-r--r-- | packages/freesmartphone/frameworkd_git.bb | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf b/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf index 15c489156b..af338271f1 100644 --- a/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf @@ -6,8 +6,8 @@ report2 = POWER,key,116,1 report3 = CHARGER,key,356,0 report4 = HEADSET,switch,2,0 -[ophoned] -# GTA02 has TI Calypso +[ogsmd] +# GTA01 has TI Calypso modemtype = ti_calypso [opreferencesd] diff --git a/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf b/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf index cac51ce102..b14c8ab532 100644 --- a/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf @@ -10,7 +10,7 @@ report2 = POWER,key,116,1 report3 = CHARGER,key,356,0 report4 = HEADSET,switch,2,0 -[ophoned] +[ogsmd] # GTA02 has TI Calypso modemtype = ti_calypso diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index 3a6d280f33..c8198c5317 100644 --- a/packages/freesmartphone/frameworkd_git.bb +++ b/packages/freesmartphone/frameworkd_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPL" PV = "0.8.1+gitr${SRCREV}" -PR = "r7" +PR = "r8" inherit distutils update-rc.d |