bump linux kernel versions

Bump all the linux kernel version to the latest available and add a
help note for all of them with the release data and status.

The long-term stable 2.6.27 kernel is really out of date (.27 -> .45).

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
H Hartley Sweeten 2010-02-23 15:55:50 -07:00 committed by Peter Korsgaard
parent 3c7e344c1b
commit c9ad8be527
2 changed files with 25 additions and 7 deletions

View File

@ -126,7 +126,7 @@ choice
Select the specific Linux version you want to use Select the specific Linux version you want to use
config BR2_LINUX_2_6_STABLE config BR2_LINUX_2_6_STABLE
bool "The latest stable Linux kernel (2.6.32.8)" bool "The latest stable Linux kernel (2.6.32.9)"
config BR2_LINUX_2_6_32 config BR2_LINUX_2_6_32
bool "Linux 2.6.32" bool "Linux 2.6.32"

View File

@ -19,42 +19,60 @@ config LINUX26_LATEST_MM_VERSION
config BR2_KERNEL_CURRENT_VERSION config BR2_KERNEL_CURRENT_VERSION
string string
default "2.6.32.8" default "2.6.32.9"
help help
This is the latest stable kernel (including minor version) This is the latest stable kernel (including minor version).
config BR2_KERNEL_LATEST_2_6_32 config BR2_KERNEL_LATEST_2_6_32
string string
default "8" default "9"
help
Released 2010-Feb-23.
config BR2_KERNEL_LATEST_2_6_31 config BR2_KERNEL_LATEST_2_6_31
string string
default "12" default "12"
help
Released 2010-Jan-18 (last .31-stable release).
config BR2_KERNEL_LATEST_2_6_30 config BR2_KERNEL_LATEST_2_6_30
string string
default "2" default "10"
help
Released 2009-Dec-04 (last .30-stable release).
config BR2_KERNEL_LATEST_2_6_29 config BR2_KERNEL_LATEST_2_6_29
string string
default "6" default "6"
help
Released 2009-Jul-02 (last .29-stable release).
config BR2_KERNEL_LATEST_2_6_28 config BR2_KERNEL_LATEST_2_6_28
string string
default "10" default "10"
help
Released 2009-May-02 (last .28-stable release).
config BR2_KERNEL_LATEST_2_6_27 config BR2_KERNEL_LATEST_2_6_27
string string
default "27" default "45"
help
Released 2010-Jan-28.
config BR2_KERNEL_LATEST_2_6_26 config BR2_KERNEL_LATEST_2_6_26
string string
default "8" default "8"
help
Released 2008-Nov-10 (last .26-stable release).
config BR2_KERNEL_LATEST_2_6_25 config BR2_KERNEL_LATEST_2_6_25
string string
default "19" default "20"
help
Released 2008-Nov-10.
config BR2_KERNEL_LATEST_2_6_24 config BR2_KERNEL_LATEST_2_6_24
string string
default "7" default "7"
help
Released 2008-May-07.