diff options
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.12.2.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.12.2.bb | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.12.2.bb b/packages/linux/nslu2-kernel_2.6.12.2.bb index 7e1a6f293d..ef2f1f6b2c 100644 --- a/packages/linux/nslu2-kernel_2.6.12.2.bb +++ b/packages/linux/nslu2-kernel_2.6.12.2.bb @@ -1,5 +1,15 @@ # Kernel for NSLU2 -PR = "r17" +# +# 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 = "r17.${PR_CONFIG}" + include nslu2-kernel.inc # N2K_EXTRA_PATCHES - list of patches to apply (can include @@ -25,5 +35,4 @@ N2K_PATCHES = "\ file://timer.patch;patch=1 \ file://nslu2-io_rpbutton.patch;patch=1 \ file://disk_led_blinking.patch;patch=1 \ - file://thumb-swi.patch;patch=1 \ " |