kernel/linux: bump versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
Yann E. MORIN" 2011-08-30 09:43:48 +02:00
parent 1097bea2e0
commit 3b7100d206

View File

@ -26,6 +26,10 @@ choice
# Don't remove next line # Don't remove next line
# CT_INSERT_VERSION_BELOW # CT_INSERT_VERSION_BELOW
config KERNEL_V_3_0,4
bool
prompt "3.0,4"
config KERNEL_V_3_0_3 config KERNEL_V_3_0_3
bool bool
prompt "3.0.3" prompt "3.0.3"
@ -81,17 +85,17 @@ config KERNEL_V_2_6_34_10
bool bool
prompt "2.6.34.10" prompt "2.6.34.10"
config KERNEL_V_2_6_33_18 config KERNEL_V_2_6_33_19
bool bool
prompt "2.6.33.18" prompt "2.6.33.19"
help help
This is primarily for the use of those people who are stuck using the 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 .33-rt kernel. Anyone else who really wants to use the .33 kernel tree
is welcome to use this one as well. is welcome to use this one as well.
config KERNEL_V_2_6_32_45 config KERNEL_V_2_6_32_46
bool bool
prompt "2.6.32.45 (longterm)" prompt "2.6.32.46 (longterm)"
help help
The Linux 2.6.32 tree is a "longterm" maintenance branch. The Linux 2.6.32 tree is a "longterm" maintenance branch.
@ -153,6 +157,7 @@ config KERNEL_VERSION
string string
# Don't remove next line # Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW # CT_INSERT_VERSION_STRING_BELOW
default "3.0,4" if KERNEL_V_3_0,4
default "3.0.3" if KERNEL_V_3_0_3 default "3.0.3" if KERNEL_V_3_0_3
default "3.0.2" if KERNEL_V_3_0_2 default "3.0.2" if KERNEL_V_3_0_2
default "3.0.1" if KERNEL_V_3_0_1 default "3.0.1" if KERNEL_V_3_0_1
@ -163,8 +168,8 @@ config KERNEL_VERSION
default "2.6.36.4" if KERNEL_V_2_6_36_4 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.35.14" if KERNEL_V_2_6_35_14
default "2.6.34.10" if KERNEL_V_2_6_34_10 default "2.6.34.10" if KERNEL_V_2_6_34_10
default "2.6.33.18" if KERNEL_V_2_6_33_18 default "2.6.33.19" if KERNEL_V_2_6_33_19
default "2.6.32.45" if KERNEL_V_2_6_32_45 default "2.6.32.46" if KERNEL_V_2_6_32_46
default "2.6.31.14" if KERNEL_V_2_6_31_14 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.59" if KERNEL_V_2_6_27_59
default "custom" if KERNEL_LINUX_CUSTOM default "custom" if KERNEL_LINUX_CUSTOM