diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-05 18:11:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-05 18:11:49 +0000 |
commit | 2260652d80d4481e2a4950677bf1ffee2e9ab02b (patch) | |
tree | 4fa7d98c144247c0649a830180c012f97988c484 /packages/linux/nslu2-kernel_2.6.14-rc3.bb | |
parent | 962eb38eb1b819c02545cbc7e7ea15af7856c6b3 (diff) |
nslu2-kernel: postprocess the kernel image to set mach-type, support le
The mach-type is now set by instructions appended to the kernel image,
in 2.6.14 kernels the mach-type patch has been removed. le support is
added by adding the appropriate switch-to-le instructions too (LE support
is incomplete because the flash read patch is not in.)
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.14-rc3.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.14-rc3.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.14-rc3.bb b/packages/linux/nslu2-kernel_2.6.14-rc3.bb index e6ec4987ec..70962dee71 100644 --- a/packages/linux/nslu2-kernel_2.6.14-rc3.bb +++ b/packages/linux/nslu2-kernel_2.6.14-rc3.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 @@ -33,7 +33,6 @@ N2K_PATCHES = "\ file://50-nslu2-arch.patch;patch=1 \ file://50-nslu2-beeper.patch;patch=1 \ file://50-nslu2-general.patch;patch=1 \ - file://90-arm-le.patch;patch=1 \ file://90-ixp4xx-pci-le.patch;patch=1 \ file://anonymiser.patch;patch=1 \ " @@ -42,4 +41,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 = "" +CMDLINE_KERNEL_OPTIONS = "x1205.hctosys=1" |