diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-09-04 23:17:25 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-04 23:17:25 +0000 |
commit | 3310a8c8bee7cb0a4cfe174a6fb32080cceb1acd (patch) | |
tree | 2bf876864bcdc08b773b85934404da9b717ed3da /packages | |
parent | 806289234204d67b4f5522240f9aa3312eda1a45 (diff) |
linux-oz-2.6: Correct battery status updating under certain circumstances for c7x0, cxx00. Thanks to lardman for helping find the problem
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.13-mm1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.13-mm1.bb b/packages/linux/linux-openzaurus_2.6.13-mm1.bb index 00ec5e609e..a9275ee095 100644 --- a/packages/linux/linux-openzaurus_2.6.13-mm1.bb +++ b/packages/linux/linux-openzaurus_2.6.13-mm1.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" #KV = "${@bb.data.getVar('PV',d,True).split('-')[0]}" KV = "${@bb.data.getVar('PV',d,True)}" -PR = "r1" +PR = "r2" DOSRC = "http://www.do13.in-berlin.de/openzaurus/patches" RPSRC = "http://www.rpsys.net/openzaurus/patches" @@ -61,7 +61,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \ ${RPSRC}/sharpsl_lcd-r2.patch;patch=1 \ ${RPSRC}/sharpsl_ts-r3.patch;patch=1 \ ${RPSRC}/sharpsl_bl-r2.patch;patch=1 \ - ${RPSRC}/sharpsl_pm-r5.patch;patch=1 \ + ${RPSRC}/sharpsl_pm-r6.patch;patch=1 \ ${RPSRC}/corgi_pm-r1.patch;patch=1 \ ${RPSRC}/spitzkbd-r1.patch;patch=1 \ ${RPSRC}/spitzcf-r2.patch;patch=1 \ |