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.20.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.20.bb')
-rw-r--r-- | packages/linux/linux-rp_2.6.20.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-rp_2.6.20.bb b/packages/linux/linux-rp_2.6.20.bb index 6cd46f9561..fbe82c3b7c 100644 --- a/packages/linux/linux-rp_2.6.20.bb +++ b/packages/linux/linux-rp_2.6.20.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r2" +PR = "r3" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 @@ -28,7 +28,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \ ${RPSRC}/pm_changes-r1.patch;patch=1 \ ${RPSRC}/usb_add_epalloc-r3.patch;patch=1 \ ${RPSRC}/usb_pxa27x_udc-r3.patch;patch=1 \ - ${RPSRC}/kexec-arm-r4.patch;patch=1 \ + ${RPSRC}/kexec-arm-r4a.patch;patch=1 \ ${RPSRC}/locomo_kbd_tweak-r1.patch;patch=1 \ ${RPSRC}/poodle_pm-r3.patch;patch=1 \ ${RPSRC}/pxa27x_overlay-r5.patch;patch=1 \ |