diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-11-04 11:11:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-04 11:11:20 +0000 |
commit | 084a35ea5f88411b8b63c4caf6acfa11a813e1ad (patch) | |
tree | a2bd5acd2c71a013868c87aec464f8380794f1e7 /packages/linux | |
parent | 56a639004747e7a8da66f6b1e8275d83127b7424 (diff) |
linux-oz-2.6-git3: Enable iwmmxt for pxa27x devices
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.14-git3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.14-git3.bb b/packages/linux/linux-openzaurus_2.6.14-git3.bb index 3caed40062..c5552f2b83 100644 --- a/packages/linux/linux-openzaurus_2.6.14-git3.bb +++ b/packages/linux/linux-openzaurus_2.6.14-git3.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r3" +PR = "r4" DEFAULT_PREFERENCE = "-1" @@ -27,6 +27,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.14.tar.gz \ ${RPSRC}/spitz_pm-r8.patch;patch=1 \ ${RPSRC}/spitz_base_extras-r11.patch;patch=1 \ ${RPSRC}/max7310-r1.patch;patch=1 \ + ${RPSRC}/enable_iwmmxt-r0.patch;patch=1 \ ${RPSRC}/pxa_i2c_fixes-r3.patch;patch=1 \ ${RPSRC}/ide_not_removable-r0.patch;patch=1 \ ${RPSRC}/pxa_timerfix-r0.patch;patch=1 \ |