diff options
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 |