diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-02-21 00:34:41 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-02-21 00:34:41 +0000 |
commit | db09c170a027773e87594195b8a1bdce66310dd1 (patch) | |
tree | dafa733311f38538be4533bc0cff071d2f962139 /packages/linux/linux-rp_2.6.17.bb | |
parent | 18b9d447451a95e984f1a9b67db2e312524e7b5c (diff) |
linux-rp: Drop 2.6.18, 2.6.19, patch correct kexec syscall number for other versions
Diffstat (limited to 'packages/linux/linux-rp_2.6.17.bb')
-rw-r--r-- | packages/linux/linux-rp_2.6.17.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-rp_2.6.17.bb b/packages/linux/linux-rp_2.6.17.bb index e16bc5d342..717ef5a523 100644 --- a/packages/linux/linux-rp_2.6.17.bb +++ b/packages/linux/linux-rp_2.6.17.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r32" +PR = "r33" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -41,7 +41,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \ ${RPSRC}/pm_changes-r1.patch;patch=1 \ ${RPSRC}/usb_pxa27x_udc-r0.patch;patch=1 \ ${RPSRC}/usb_add_epalloc-r1.patch;patch=1 \ - ${DOSRC}/kexec-arm-r3.patch;patch=1 \ + ${RPSRC}/kexec-arm-r3a.patch;patch=1 \ ${RPSRC}/locomo_kbd_tweak-r1.patch;patch=1 \ ${RPSRC}/poodle_pm-r3.patch;patch=1 \ ${RPSRC}/pxafb_changeres-r0.patch;patch=1 \ |