diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-24 23:40:41 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-24 23:40:41 +0000 |
commit | 52fc464946f780b1302fe9ac47176415faf5ef9a (patch) | |
tree | 8ab0bf85e935c741ab1e90dcd9cd96a660562c26 /packages/linux/nslu2-kernel_2.6.13.2.bb | |
parent | 6fdac80bba1c2ccc0e675e2428f830a127fb3fb5 (diff) |
nslu2-kernel, openslug-kernel: 2.6.14-rc2 (ixp425-eth will not build with this)
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.13.2.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.13.2.bb | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.13.2.bb b/packages/linux/nslu2-kernel_2.6.13.2.bb index 8b2beb76a8..5dcb1a2e9c 100644 --- a/packages/linux/nslu2-kernel_2.6.13.2.bb +++ b/packages/linux/nslu2-kernel_2.6.13.2.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 = "r1.${PR_CONFIG}" + include nslu2-kernel.inc # N2K_EXTRA_PATCHES - list of patches to apply (can include @@ -22,7 +32,6 @@ N2K_PATCHES = "\ 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 = "" +CMDLINE_KERNEL_OPTIONS = "" |