kernel/linux: add latest versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN" 2013-01-07 00:58:13 +01:00
parent 982cfde700
commit 0bd771f705

View File

@ -26,37 +26,41 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config KERNEL_V_3_7_1
bool
prompt "3.7.1"
config KERNEL_V_3_7
bool
prompt "3.7"
config KERNEL_V_3_6_10
config KERNEL_V_3_6_11
bool
prompt "3.6.10"
prompt "3.6.11"
config KERNEL_V_3_5_7
bool
prompt "3.5.7"
config KERNEL_V_3_4_23
config KERNEL_V_3_4_24
bool
prompt "3.4.23"
prompt "3.4.24"
config KERNEL_V_3_3_8
bool
prompt "3.3.8"
config KERNEL_V_3_2_35
config KERNEL_V_3_2_36
bool
prompt "3.2.35"
prompt "3.2.36"
config KERNEL_V_3_1_10
bool
prompt "3.1.10"
config KERNEL_V_3_0_56
config KERNEL_V_3_0_57
bool
prompt "3.0.56"
prompt "3.0.57"
config KERNEL_V_2_6_39_4
bool
@ -147,14 +151,15 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "3.7.1" if KERNEL_V_3_7_1
default "3.7" if KERNEL_V_3_7
default "3.6.10" if KERNEL_V_3_6_10
default "3.6.11" if KERNEL_V_3_6_11
default "3.5.7" if KERNEL_V_3_5_7
default "3.4.23" if KERNEL_V_3_4_23
default "3.4.24" if KERNEL_V_3_4_24
default "3.3.8" if KERNEL_V_3_3_8
default "3.2.35" if KERNEL_V_3_2_35
default "3.2.36" if KERNEL_V_3_2_36
default "3.1.10" if KERNEL_V_3_1_10
default "3.0.56" if KERNEL_V_3_0_56
default "3.0.57" if KERNEL_V_3_0_57
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