diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-04-18 19:03:41 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2005-04-18 19:03:41 +0000 |
commit | 4cba72fd89875c30f6b486d72d37f5e2c095933a (patch) | |
tree | 9a3e271287684c8b592df258971cc4855e49837e /packages/linux | |
parent | 62df806f47f2e0608fd9faf5966668bdc22797df (diff) |
linux-oz-2.6: bug fixes - fix divide by zero, sound dma problem (gpe-image 2.6 esd blocking issue) and CF suspend problem
BKrev: 4264048dEjpevdNC-pdqt9fD7w6IWg
Diffstat (limited to 'packages/linux')
-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 \ |