diff options
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.14-rc2.bb')
-rw-r--r-- | packages/linux/nslu2-kernel_2.6.14-rc2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.14-rc2.bb b/packages/linux/nslu2-kernel_2.6.14-rc2.bb index 0e70b1ed0e..e843fcfa29 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 = "r5.${PR_CONFIG}" +PR = "r6.${PR_CONFIG}" include nslu2-kernel.inc @@ -43,4 +43,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" |