Update linux versions

This commit is contained in:
Ulf Samuelsson 2009-01-03 01:06:36 +00:00
parent 309af037c8
commit 4eb79e2732
2 changed files with 36 additions and 30 deletions

View File

@ -123,16 +123,20 @@ config BR2_LINUX26_RC_MM_VERSION
choice
prompt "Linux Kernel Version"
default BR2_LINUX_2_6_22_10 if BR2_avr32
default BR2_LINUX_2_6_22_1 if !BR2_avr32 && BR2_TARGET_ATMEL
default BR2_LINUX_2_6_22 if !BR2_TARGET_ATMEL
default BR2_LINUX_2_6_28
help
Select the specific Linux version you want to use
config BR2_LINUX_2_6_STABLE
bool "The latest stable Linux kernel (2.6.27.10)"
bool "The latest stable Linux kernel (2.6.28)"
help
Linux 2.26.27.10
Linux 2.26.28
config BR2_LINUX_2_6_28
bool "Linux 2.6.28"
select BR2_KERNEL_BASE
help
Linux 2.6.28
config BR2_LINUX_2_6_27
bool "Linux 2.6.27"
@ -207,12 +211,6 @@ config BR2_LINUX_2_6_20
help
Linux 2.6.20
config BR2_LINUX_2_6_28
bool "Linux 2.6.28"
select BR2_KERNEL_BASE
help
Linux 2.6.28
config BR2_LINUX_2_6_29
bool "Linux 2.6.29"
select BR2_KERNEL_BASE

View File

@ -5,11 +5,13 @@
config LINUX26_LATEST_RC_VERSION
string
default "2.6.28-rc9" if BR2_KERNEL_ADD_LATEST_RC_PATCH
default "2.6.29-rc1" if BR2_KERNEL_ADD_LATEST_RC_PATCH
help
Not really available as of 20090103
config LINUX26_LATEST_GIT_VERSION
string
default "2.6.28-rc9-git1" if BR2_KERNEL_ADD_LATEST_SNAPSHOT
default "2.6.28-git5" if BR2_KERNEL_ADD_LATEST_SNAPSHOT
config LINUX26_LATEST_MM_VERSION
string
@ -17,36 +19,42 @@ config LINUX26_LATEST_MM_VERSION
config BR2_KERNEL_CURRENT_VERSION
string
default "2.6.27.10"
default "2.6.28"
config BR2_KERNEL_LATEST_2_6_28
string
default "1"
help
Not really available as of 20090103
config BR2_KERNEL_LATEST_2_6_27
string
default "10"
string
default "10"
config BR2_KERNEL_LATEST_2_6_26
string
default "8"
string
default "8"
config BR2_KERNEL_LATEST_2_6_25
string
default "9"
string
default "9"
config BR2_KERNEL_LATEST_2_6_24
string
default "7"
string
default "7"
config BR2_KERNEL_LATEST_2_6_23
string
default "17"
string
default "17"
config BR2_KERNEL_LATEST_2_6_22
string
default "19"
string
default "19"
config BR2_KERNEL_LATEST_2_6_21
string
default "7"
string
default "7"
config BR2_KERNEL_LATEST_2_6_20
string
default "21"
string
default "21"