kernel/linux: add latest versions

This commit is contained in:
Yann E. MORIN" 2009-12-19 13:00:51 +01:00
parent 74cfde0453
commit 0e097f0b25

View File

@ -34,6 +34,30 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config KERNEL_V_2_6_32_2
bool
prompt "2.6.32.2"
config KERNEL_V_2_6_32_1
bool
prompt "2.6.32.1"
config KERNEL_V_2_6_32
bool
prompt "2.6.32"
config KERNEL_V_2_6_31_9
bool
prompt "2.6.31.9"
config KERNEL_V_2_6_31_8
bool
prompt "2.6.31.8"
config KERNEL_V_2_6_31_7
bool
prompt "2.6.31.7"
config KERNEL_V_2_6_31_6
bool
prompt "2.6.31.6"
@ -62,6 +86,10 @@ config KERNEL_V_2_6_31
bool
prompt "2.6.31"
config KERNEL_V_2_6_30_10
bool
prompt "2.6.30.10"
config KERNEL_V_2_6_30_9
bool
prompt "2.6.30.9"
@ -112,9 +140,9 @@ config KERNEL_V_2_6_28_10
prompt "2.6.28.10 (OBSOLETE)"
depends on OBSOLETE
config KERNEL_V_2_6_27_39
config KERNEL_V_2_6_27_42
bool
prompt "2.6.27.39 (long-term stable)"
prompt "2.6.27.42 (long-term stable)"
endchoice
@ -122,6 +150,12 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "2.6.32.2" if KERNEL_V_2_6_32_2
default "2.6.32.1" if KERNEL_V_2_6_32_1
default "2.6.32" if KERNEL_V_2_6_32
default "2.6.31.9" if KERNEL_V_2_6_31_9
default "2.6.31.8" if KERNEL_V_2_6_31_8
default "2.6.31.7" if KERNEL_V_2_6_31_7
default "2.6.31.6" if KERNEL_V_2_6_31_6
default "2.6.31.5" if KERNEL_V_2_6_31_5
default "2.6.31.4" if KERNEL_V_2_6_31_4
@ -129,6 +163,7 @@ config KERNEL_VERSION
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 "2.6.30.10" if KERNEL_V_2_6_30_10
default "2.6.30.9" if KERNEL_V_2_6_30_9
default "2.6.30.8" if KERNEL_V_2_6_30_8
default "2.6.30.7" if KERNEL_V_2_6_30_7
@ -141,7 +176,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.39" if KERNEL_V_2_6_27_39
default "2.6.27.42" if KERNEL_V_2_6_27_42
choice
bool