diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-25 21:48:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-25 21:48:39 +0000 |
commit | ccb6fa32d172fa097ad88dc70f1aaf66673bfe78 (patch) | |
tree | 344d61877b7f67b7c40331c903221be4942000db /packages/linux/nslu2-kernel_2.6.14-rc2.bb | |
parent | 6c8f3f3245ea196ea280e01c94c45274a5bdda59 (diff) |
nslu2-kernel: working 2.6.14-rc2 kernel
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.14-rc2.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.14-rc2.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.14-rc2.bb b/packages/linux/nslu2-kernel_2.6.14-rc2.bb index 6430abc86a..a7769edb87 100644 --- a/packages/linux/nslu2-kernel_2.6.14-rc2.bb +++ b/packages/linux/nslu2-kernel_2.6.14-rc2.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 @@ -26,8 +26,9 @@ N2K_FILES = "" N2K_PATCHES = "\ file://10-ixp4xx-copy-from.patch;patch=1 \ file://10-ixp4xx-gpio.patch;patch=1 \ - file://10-ixp4xx-ticks.patch;patch=1 \ + file://15-ixp4xx-set-irq-type-return.patch;patch=1 \ file://15-ixp4xx-writesb-l-w.patch;patch=1 \ + file://20-timer.patch;patch=1 \ file://30-i2c-x1205.patch;patch=1 \ file://50-nslu2-arch.patch;patch=1 \ file://50-nslu2-general.patch;patch=1 \ @@ -39,4 +40,4 @@ N2K_PATCHES = "\ # specific to the bootstrap of *this* kernel in here - DISTRO specfic # config must be in CMDLINE_ROOT (see the full definition of CMDLINE # in nslu2-kernel.inc) -CMDLINE_KERNEL_OPTIONS = "x1205.hctosys=1" +CMDLINE_KERNEL_OPTIONS = "" |