diff options
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb b/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb index f639ac23d8..a29faf201f 100644 --- a/packages/linux/linux-openzaurus_2.6.13-rc5-mm1.bb +++ b/packages/linux/linux-openzaurus_2.6.13-rc5-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 = "r15" +PR = "r16" DOSRC = "http://www.do13.in-berlin.de/openzaurus/patches" RPSRC = "http://www.rpsys.net/openzaurus/patches" @@ -58,9 +58,9 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.gz \ ${RPSRC}/sharp_multi_pcmcia-r3.patch;patch=1 \ ${RPSRC}/sharpsl_ssp-r0.patch;patch=1 \ ${RPSRC}/sharpsl_lcd-r1.patch;patch=1 \ - ${RPSRC}/sharpsl_ts-r2.patch;patch=1 \ + ${RPSRC}/sharpsl_ts-r3.patch;patch=1 \ ${RPSRC}/sharpsl_bl-r0.patch;patch=1 \ - ${RPSRC}/sharpsl_pm-r0.patch;patch=1 \ + ${RPSRC}/sharpsl_pm-r1.patch;patch=1 \ ${RPSRC}/corgi_pm-r0.patch;patch=1 \ ${RPSRC}/spitzkbd-r1.patch;patch=1 \ ${RPSRC}/spitzcf-r1.patch;patch=1 \ @@ -94,7 +94,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.gz \ ${DOSRC}/tosa-lcd-r3.patch;patch=1 \ ${DOSRC}/tosa-2.6.13-r1.patch;patch=1 \ ${RPSRC}/temp/tosa-bl-r5.patch;patch=1 \ - ${RPSRC}/spitz_base-r9.patch;patch=1 \ + ${RPSRC}/spitz_base-r10.patch;patch=1 \ ${RPSRC}/spitz_pm-r0.patch;patch=1 \ ${RPSRC}/scoop_susres-r0.patch;patch=1 \ ${RPSRC}/pcmcia_dev_ids-r0.patch;patch=1 \ |