summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-04-04 14:34:23 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-04 14:34:23 +0000
commit5a0529633d4442fa7c4fd35aa64c57f0e199bd12 (patch)
treef732fc0cd2f05bc8aacfcac97e5e43f553bf547d /packages/linux
parentf7edf91b7fd086747232a545ad8f0f9931379030 (diff)
linux-oz-2.6: Add zlib inflate patch which should equate to approx 10% faster flash filesystem reads and therefore also improve device boottime (5% on c760).
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/linux-openzaurus_2.6.16.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.16.bb b/packages/linux/linux-openzaurus_2.6.16.bb
index bb6b50fd3d..0cf048ed72 100644
--- a/packages/linux/linux-openzaurus_2.6.16.bb
+++ b/packages/linux/linux-openzaurus_2.6.16.bb
@@ -1,6 +1,6 @@
include linux-openzaurus.inc
-PR = "r3"
+PR = "r4"
DEFAULT_PREFERENCE = "-1"
@@ -63,6 +63,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \
${RPSRC}/poodle_partsize-r0.patch;patch=1 \
${RPSRC}/poodle_memsize-r0.patch;patch=1 \
${RPSRC}/collie_frontlight-r1.patch;patch=1 \
+ ${RPSRC}/zlib_inflate-r3.patch;patch=1 \
${RPSRC}/pm_changes-r1.patch;patch=1 \
${RPSRC}/sharpsl_pm-do-r2.patch;patch=1 \
${RPSRC}/usb_pxa27x_udc-r0.patch;patch=1 \