diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-09-09 09:44:28 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-09-09 09:44:28 +0000 |
commit | 7ac8c483e8b8ae61b971000cf245bde7bf52275b (patch) | |
tree | 108ee1256610d1bbb57b38a3bf74abe7aca9b678 | |
parent | 97b35308a73e4fe401592c7029f96eddf02d34d6 (diff) |
linux-oz-2.6: poodle locomo oops fix
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.17.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.17.bb b/packages/linux/linux-openzaurus_2.6.17.bb index bed9923414..d9adf9ede4 100644 --- a/packages/linux/linux-openzaurus_2.6.17.bb +++ b/packages/linux/linux-openzaurus_2.6.17.bb @@ -1,6 +1,6 @@ require linux-openzaurus.inc -PR = "r25" +PR = "r26" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -48,7 +48,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \ ${RPSRC}/locomo_kbd_tweak-r1.patch;patch=1 \ ${RPSRC}/poodle_pm-r3.patch;patch=1 \ ${RPSRC}/pxafb_changeres-r0.patch;patch=1 \ - ${RPSRC}/poodle_audio-r3.patch;patch=1 \ + ${RPSRC}/poodle_audio-r4.patch;patch=1 \ ${RPSRC}/pxa27x_overlay-r2.patch;patch=1 \ file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ file://hrw-pcmcia-ids-r4.patch;patch=1 \ |