diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-03-08 22:15:44 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-03-08 22:15:44 +0000 |
commit | e4d2d33dd644948af495c450a250f4acf6bb4a3f (patch) | |
tree | f1f74dc007a83365a439929c14da3497047951a9 /packages | |
parent | 9230a1f1965b538817f7a267cdf6046fe7d397ef (diff) |
linux-rp-2.6.20: Add w100 external memory patch (from sirfred)
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-rp_2.6.20.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-rp_2.6.20.bb b/packages/linux/linux-rp_2.6.20.bb index 3504014ffd..49446a772a 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 = "r5" +PR = "r6" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 @@ -39,6 +39,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \ ${RPSRC}/poodle_pm-r3.patch;patch=1 \ ${RPSRC}/pxa27x_overlay-r5.patch;patch=1 \ ${RPSRC}/w100_extaccel-r0.patch;patch=1 \ + ${RPSRC}/w100_extmem-r0.patch;patch=1 \ file://hostap-monitor-mode.patch;patch=1 \ file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ ${RPSRC}/logo_oh-r0.patch.bz2;patch=1;status=unmergable \ |