kernel/linux: add latest versions

This commit is contained in:
Yann E. MORIN" 2009-10-27 18:49:15 +01:00
parent af691e9712
commit 8515a28fce

View File

@ -34,6 +34,22 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config KERNEL_V_2_6_31_5
bool
prompt "2.6.31.5"
config KERNEL_V_2_6_31_4
bool
prompt "2.6.31.4"
config KERNEL_V_2_6_31_3
bool
prompt "2.6.31.3"
config KERNEL_V_2_6_31_2
bool
prompt "2.6.31.2"
config KERNEL_V_2_6_31_1
bool
prompt "2.6.31.1"
@ -42,6 +58,10 @@ config KERNEL_V_2_6_31
bool
prompt "2.6.31"
config KERNEL_V_3_6_30_9
bool
prompt "3.6.30.9"
config KERNEL_V_3_6_30_8
bool
prompt "3.6.30.8"
@ -86,9 +106,9 @@ config KERNEL_V_2_6_28_10
bool
prompt "2.6.28.10"
config KERNEL_V_2_6_27_35
config KERNEL_V_2_6_27_38
bool
prompt "2.6.27.35 (long-term stable)"
prompt "2.6.27.38 (long-term stable)"
endchoice
@ -96,8 +116,13 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "2.6.31.5" if KERNEL_V_2_6_31_5
default "2.6.31.4" if KERNEL_V_2_6_31_4
default "2.6.31.3" if KERNEL_V_2_6_31_3
default "2.6.31.2" if KERNEL_V_2_6_31_2
default "2.6.31.1" if KERNEL_V_2_6_31_1
default "2.6.31" if KERNEL_V_2_6_31
default "3.6.30.9" if KERNEL_V_3_6_30_9
default "3.6.30.8" if KERNEL_V_3_6_30_8
default "3.6.30.7" if KERNEL_V_3_6_30_7
default "2.6.30.6" if KERNEL_V_2_6_30_6
@ -109,7 +134,7 @@ config KERNEL_VERSION
default "2.6.30" if KERNEL_V_2_6_30
default "2.6.29.6" if KERNEL_V_2_6_29_6
default "2.6.28.10" if KERNEL_V_2_6_28_10
default "2.6.27.35" if KERNEL_V_2_6_27_35
default "2.6.27.38" if KERNEL_V_2_6_27_38
choice
bool