diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-09-05 08:09:52 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-05 08:09:52 +0000 |
commit | 2e2c9b6ccfa2502b3f4a4071d659d673bafb8ead (patch) | |
tree | 5ddb71e9272f74b5b4e50e4b941d093aeef78a59 | |
parent | bdc0293d4db24fd14770b86a693feb9112b8e487 (diff) |
linux-oz-2.6: Fix backlight off at max brightness bug on c7x0
-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 a9275ee095..e11e1fc8bc 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 = "r2" +PR = "r3" DOSRC = "http://www.do13.in-berlin.de/openzaurus/patches" RPSRC = "http://www.rpsys.net/openzaurus/patches" @@ -60,7 +60,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \ ${RPSRC}/sharpsl_ssp-r0.patch;patch=1 \ ${RPSRC}/sharpsl_lcd-r2.patch;patch=1 \ ${RPSRC}/sharpsl_ts-r3.patch;patch=1 \ - ${RPSRC}/sharpsl_bl-r2.patch;patch=1 \ + ${RPSRC}/sharpsl_bl-r3.patch;patch=1 \ ${RPSRC}/sharpsl_pm-r6.patch;patch=1 \ ${RPSRC}/corgi_pm-r1.patch;patch=1 \ ${RPSRC}/spitzkbd-r1.patch;patch=1 \ |