kernel/linux: update to latest versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
Yann E. MORIN" 2010-10-06 11:19:56 +02:00
parent 077e46ff10
commit 04debd0efa

View File

@ -26,6 +26,18 @@ choice
# Don't remove next line # Don't remove next line
# CT_INSERT_VERSION_BELOW # CT_INSERT_VERSION_BELOW
config KERNEL_V_2_6_35_7
bool
prompt "2.6.35.7"
config KERNEL_V_2_6_35_6
bool
prompt "2.6.35.6"
config KERNEL_V_2_6_35_5
bool
prompt "2.6.35.5"
config KERNEL_V_2_6_35_4 config KERNEL_V_2_6_35_4
bool bool
prompt "2.6.35.4" prompt "2.6.35.4"
@ -46,25 +58,25 @@ config KERNEL_V_2_6_35
bool bool
prompt "2.6.35" prompt "2.6.35"
config KERNEL_V_2_6_34_6 config KERNEL_V_2_6_34_7
bool bool
prompt "2.6.34.6" prompt "2.6.34.7"
config KERNEL_V_2_6_33_7 config KERNEL_V_2_6_33_7
bool bool
prompt "2.6.33.7" prompt "2.6.33.7"
config KERNEL_V_2_6_32_21 config KERNEL_V_2_6_32_24
bool bool
prompt "2.6.32.21" prompt "2.6.32.24"
config KERNEL_V_2_6_31_14 config KERNEL_V_2_6_31_14
bool bool
prompt "2.6.31.14" prompt "2.6.31.14"
config KERNEL_V_2_6_27_53 config KERNEL_V_2_6_27_54
bool bool
prompt "2.6.27.53 (long-term stable)" prompt "2.6.27.54 (long-term stable)"
help help
The Linux 2.6.27 tree is the current "long-term stable" maintenance branch. The Linux 2.6.27 tree is the current "long-term stable" maintenance branch.
It is intended to fill the niche for users who are not using distribution It is intended to fill the niche for users who are not using distribution
@ -98,16 +110,19 @@ 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 "2.6.35.7" if KERNEL_V_2_6_35_7
default "2.6.35.6" if KERNEL_V_2_6_35_6
default "2.6.35.5" if KERNEL_V_2_6_35_5
default "2.6.35.4" if KERNEL_V_2_6_35_4 default "2.6.35.4" if KERNEL_V_2_6_35_4
default "2.6.35.3" if KERNEL_V_2_6_35_3 default "2.6.35.3" if KERNEL_V_2_6_35_3
default "2.6.35.2" if KERNEL_V_2_6_35_2 default "2.6.35.2" if KERNEL_V_2_6_35_2
default "2.6.35.1" if KERNEL_V_2_6_35_1 default "2.6.35.1" if KERNEL_V_2_6_35_1
default "2.6.35" if KERNEL_V_2_6_35 default "2.6.35" if KERNEL_V_2_6_35
default "2.6.34.6" if KERNEL_V_2_6_34_6 default "2.6.34.7" if KERNEL_V_2_6_34_7
default "2.6.33.7" if KERNEL_V_2_6_33_7 default "2.6.33.7" if KERNEL_V_2_6_33_7
default "2.6.32.21" if KERNEL_V_2_6_32_21 default "2.6.32.24" if KERNEL_V_2_6_32_24
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.53" if KERNEL_V_2_6_27_53 default "2.6.27.54" if KERNEL_V_2_6_27_54
choice choice
bool bool