diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-11-18 02:21:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-18 02:21:36 +0000 |
commit | 12ca592ad23b521af594332038ae256fd6232b94 (patch) | |
tree | 8103e23d860e2a856d1dfca185c3bbea8edaee35 /packages/linux/nslu2-kernel_2.6.14.2.bb | |
parent | 437949a12c1d0076228bdbba35ee57c81e3248fb (diff) |
nslu2-kernel: New timer patch which allows variable crystal frequencies in 2.6.14.2 2.6.15-rc1
- the patch provides an API ixp4xx_set_board_tick_rate which may be
- used to correct the actual clock frequency from the board level
- code.
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.14.2.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.14.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.14.2.bb b/packages/linux/nslu2-kernel_2.6.14.2.bb index 6287c596b0..12b4bc7cb5 100644 --- a/packages/linux/nslu2-kernel_2.6.14.2.bb +++ b/packages/linux/nslu2-kernel_2.6.14.2.bb @@ -8,7 +8,7 @@ PR_CONFIG = "0" # Increment the number below (i.e. the digits after PR) when # making changes within this file or for changes to the patches # applied to the kernel. -PR = "r0.${PR_CONFIG}" +PR = "r1.${PR_CONFIG}" include nslu2-kernel.inc @@ -21,7 +21,6 @@ N2K_PATCHES = "\ file://15-ixp4xx-writesb-l-w.patch;patch=1 \ file://18-ixp4xx-io-h-addr.patch;patch=1 \ file://19-jffs2-force-be.patch;patch=1 \ - file://20-timer.patch;patch=1 \ file://29-ipv4-route-c-spinlock.patch;patch=1 \ file://30-i2c-x1205.patch;patch=1 \ file://50-nslu2-arch.patch;patch=1 \ @@ -30,6 +29,7 @@ N2K_PATCHES = "\ file://70-nslu2-io.patch;patch=1 \ file://75-nslu2-leds.patch;patch=1 \ file://90-pegasus.patch;patch=1 \ + file://20-timer.patch;patch=1 \ file://anonymiser.patch;patch=1 \ " |