kernel/linux: update to latest versions

Add latest versions.
Remove versions that disapeared during the kernel.org debacle.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
Yann E. MORIN" 2011-11-13 12:38:58 +01:00
parent d6ab57ffcb
commit cc5696cf13

View File

@ -26,13 +26,17 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config KERNEL_V_3_1_1
bool
prompt "3.1.1"
config KERNEL_V_3_1
bool
prompt "3.1"
config KERNEL_V_3_0_8
config KERNEL_V_3_0_9
bool
prompt "3.0.8"
prompt "3.0.9"
config KERNEL_V_2_6_39_4
bool
@ -50,40 +54,17 @@ config KERNEL_V_2_6_36_4
bool
prompt "2.6.36.4"
config KERNEL_V_2_6_35_14
config KERNEL_V_2_6_33_20
bool
prompt "2.6.35.14 (longterm)"
help
The Linux 2.6.35 tree is a "longterm" maintenance branch.
It is intended to fill the niche for users who are not using distribution
kernels but want to use a regression-free kernel for a longer time.
Critical bug fixes to later 2.6 releases are often ported to this branch
which makes 2.6.35 a very useful base for many embedded developers seeking
stable APIs or those who do not need the latest bleeding edge features.
... and no, this kernel has not undergone any specific QA testing.
See the original announcement by Andi Kleen in the following mailing
list entry:
http://marc.info/?l=linux-kernel&m=129136895415202&w=4
config KERNEL_V_2_6_34_10
bool
prompt "2.6.34.10"
config KERNEL_V_2_6_33_19
bool
prompt "2.6.33.19"
prompt "2.6.33.20"
help
This is primarily for the use of those people who are stuck using the
.33-rt kernel. Anyone else who really wants to use the .33 kernel tree
is welcome to use this one as well.
config KERNEL_V_2_6_32_46
config KERNEL_V_2_6_32_48
bool
prompt "2.6.32.46 (longterm)"
prompt "2.6.32.48 (longterm)"
help
The Linux 2.6.32 tree is a "longterm" maintenance branch.
@ -104,9 +85,9 @@ config KERNEL_V_2_6_31_14
bool
prompt "2.6.31.14"
config KERNEL_V_2_6_27_59
config KERNEL_V_2_6_27_57
bool
prompt "2.6.27.59 (longterm)"
prompt "2.6.27.57 (longterm)"
help
The Linux 2.6.27 tree is a "longterm" maintenance branch.
@ -146,18 +127,17 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "3.1.1" if KERNEL_V_3_1_1
default "3.1" if KERNEL_V_3_1
default "3.0.8" if KERNEL_V_3_0_8
default "3.0.9" if KERNEL_V_3_0_9
default "2.6.39.4" if KERNEL_V_2_6_39_4
default "2.6.38.8" if KERNEL_V_2_6_38_8
default "2.6.37.6" if KERNEL_V_2_6_37_6
default "2.6.36.4" if KERNEL_V_2_6_36_4
default "2.6.35.14" if KERNEL_V_2_6_35_14
default "2.6.34.10" if KERNEL_V_2_6_34_10
default "2.6.33.19" if KERNEL_V_2_6_33_19
default "2.6.32.46" if KERNEL_V_2_6_32_46
default "2.6.33.20" if KERNEL_V_2_6_33_20
default "2.6.32.48" if KERNEL_V_2_6_32_48
default "2.6.31.14" if KERNEL_V_2_6_31_14
default "2.6.27.59" if KERNEL_V_2_6_27_59
default "2.6.27.57" if KERNEL_V_2_6_27_57
default "custom" if KERNEL_LINUX_CUSTOM
endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS