diff options
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.11.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.11.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.11.bb b/packages/linux/linux-openzaurus_2.6.11.bb index 7e101b8f4a..349bd91e7a 100644 --- a/packages/linux/linux-openzaurus_2.6.11.bb +++ b/packages/linux/linux-openzaurus_2.6.11.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" #KV = "${@bb.data.getVar('PV',d,True).split('-')[0]}" KV = "${@bb.data.getVar('PV',d,True)}" -PR = "r11" +PR = "r12" DOSRC = "http://www.do13.in-berlin.de/openzaurus" RPSRC = "http://www.rpsys.net/openzaurus/patches" @@ -40,7 +40,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.tar.gz \ ${RPSRC}/pxa_rtc-r1.patch;patch=1 \ ${RPSRC}/pxa_irda-r1.patch;patch=1 \ ${RPSRC}/pxaudc_susres-r1.patch;patch=1 \ - ${RPSRC}/sharp_multi_pcmcia-r1.patch;patch=1 \ + ${RPSRC}/sharp_multi_pcmcia-r2.patch;patch=1 \ ${RPSRC}/pxa_turbo-r0.patch;patch=1 \ ${RPSRC}/sharpsl_mapprom-r1.patch;patch=1 \ ${RPSRC}/input_power-r1.patch;patch=1 \ @@ -51,8 +51,8 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.tar.gz \ ${RPSRC}/corgi_power1-r1.patch;patch=1 \ ${RPSRC}/ide_fixes-r1.patch;patch=1 \ ${RPSRC}/mmc_sd-r4.patch;patch=1 \ - ${RPSRC}/corgi_snd-r4.patch;patch=1 \ - ${RPSRC}/w100_split-r5.patch;patch=1 \ + ${RPSRC}/corgi_snd-r5.patch;patch=1 \ + ${RPSRC}/w100_split-r5-r1.patch;patch=1 \ ${DOSRC}/pxa2xx-ir-dma-r0.patch;patch=1 \ ${DOSRC}/tc6393-device-r2.patch;patch=1 \ ${DOSRC}/tc6393_nand-r2.patch;patch=1 \ |