diff options
author | Stanislav Brabec <utx@penguin.cz> | 2008-02-15 13:12:49 +0000 |
---|---|---|
committer | Stanislav Brabec <utx@penguin.cz> | 2008-02-15 13:12:49 +0000 |
commit | 9eff3cb5ad3afdcb429a2302e0ec303b07cb5604 (patch) | |
tree | 7558d3021d91aed209c33026aa01c8c323a641cb /packages/linux/linux-rp_2.6.24.bb | |
parent | cc3ed15b34589faf8e45cb50354d27bdfab9dcf5 (diff) |
Added PXA27x resume fix from Russell King to linux-rp-2.6.24.
Diffstat (limited to 'packages/linux/linux-rp_2.6.24.bb')
-rw-r--r-- | packages/linux/linux-rp_2.6.24.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-rp_2.6.24.bb b/packages/linux/linux-rp_2.6.24.bb index f30d88b731..c42b2d2ce7 100644 --- a/packages/linux/linux-rp_2.6.24.bb +++ b/packages/linux/linux-rp_2.6.24.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r3" +PR = "r4" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_collie = "1" @@ -41,6 +41,7 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ ${RPSRC}/poodle_pm-r5.patch;patch=1 \ ${RPSRC}/poodle_lcd_hack-r0.patch;patch=1 \ ${RPSRC}/poodle_asoc_fix-r1.patch;patch=1 \ + file://pxa27x-resume.patch;patch=1;status=external \ file://squashfs3.3.patch;patch=1;status=external \ ${RPSRC}/logo_oh-r1.patch.bz2;patch=1;status=unmergable \ ${RPSRC}/pxa-linking-bug.patch;patch=1;status=unmergable \ |