diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-29 07:49:13 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-29 07:49:13 +0000 |
commit | 8ec44742fd335faada7ee0373c611802d9aae7e8 (patch) | |
tree | 1eb19b492f10ff5eb4913cdbc599a8e9b9489246 | |
parent | 2cc4b496abaddbd4f419a2f46d2082754b235a0d (diff) | |
download | openembedded-core-8ec44742fd335faada7ee0373c611802d9aae7e8.tar.gz openembedded-core-8ec44742fd335faada7ee0373c611802d9aae7e8.tar.bz2 openembedded-core-8ec44742fd335faada7ee0373c611802d9aae7e8.zip |
linux-rp 2.6.23-rc4: Fix jffs2 patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2588 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb b/meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb index ab9b1050c8..3ddf5b3a84 100644 --- a/meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb +++ b/meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r0" +PR = "r1" DEFAULT_PREFERENCE = "-1" @@ -17,7 +17,7 @@ DEFAULT_PREFERENCE = "-1" # Hacks should clearly named and at the bottom SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 \ http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.23-rc4.bz2;patch=1 \ - ${RPSRC}/lzo_jffs2-r2.patch;patch=1 \ + ${RPSRC}/lzo_jffs2-r3.patch;patch=1 \ ${RPSRC}/lzo_crypto-r2.patch;patch=1 \ ${RPSRC}/lzo_jffs2_lzomode-r1.patch;patch=1 \ ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1 \ |