From 52fc464946f780b1302fe9ac47176415faf5ef9a Mon Sep 17 00:00:00 2001 From: John Bowler Date: Sat, 24 Sep 2005 23:40:41 +0000 Subject: nslu2-kernel, openslug-kernel: 2.6.14-rc2 (ixp425-eth will not build with this) --- packages/linux/nslu2-kernel_2.6.14-rc2.bb | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'packages/linux/nslu2-kernel_2.6.14-rc2.bb') diff --git a/packages/linux/nslu2-kernel_2.6.14-rc2.bb b/packages/linux/nslu2-kernel_2.6.14-rc2.bb index 8b2beb76a8..601003e0cf 100644 --- a/packages/linux/nslu2-kernel_2.6.14-rc2.bb +++ b/packages/linux/nslu2-kernel_2.6.14-rc2.bb @@ -1,5 +1,15 @@ # Kernel for NSLU2 -PR = "r0" +# +# Increment PR_CONFIG for changes to the nslu2-kernel specific +# defconfig (do *NOT* increment anything in here for changes +# to other kernel configs!) +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}" + include nslu2-kernel.inc # N2K_EXTRA_PATCHES - list of patches to apply (can include @@ -15,14 +25,17 @@ N2K_FILES = "" N2K_PATCHES = "\ file://10-ixp4xx-copy-from.patch;patch=1 \ - file://20-timer.patch;patch=1 \ + file://10-ixp4xx-gpio.patch;patch=1 \ + file://10-ixp4xx-ticks.patch;patch=1 \ file://30-i2c-x1205.patch;patch=1 \ file://50-nslu2-arch.patch;patch=1 \ + file://50-nslu2-general.patch;patch=1 \ file://50-nslu2-include.patch;patch=1 \ - file://50-nslu2-setup.patch;patch=1 \ - file://55-nslu2-rpbutton.patch;patch=1 \ file://anonymiser.patch;patch=1 \ - file://thumb-swi.patch;patch=1 \ " -CMDLINE_REBOOT = "" +# These options get added to the kernel command line, only put things +# 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" -- cgit v1.2.3