kernel/linux: add latest versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN" 2012-04-02 19:50:22 +02:00
parent 7b34d40566
commit b2dff64861

View File

@ -26,21 +26,25 @@ choice
# Don't remove next line # Don't remove next line
# CT_INSERT_VERSION_BELOW # CT_INSERT_VERSION_BELOW
config KERNEL_V_3_3_1
bool
prompt "3.3.1"
config KERNEL_V_3_3 config KERNEL_V_3_3
bool bool
prompt "3.3" prompt "3.3"
config KERNEL_V_3_2_12 config KERNEL_V_3_2_14
bool bool
prompt "3.2.12" prompt "3.2.14"
config KERNEL_V_3_1_10 config KERNEL_V_3_1_10
bool bool
prompt "3.1.10" prompt "3.1.10"
config KERNEL_V_3_0_25 config KERNEL_V_3_0_27
bool bool
prompt "3.0.25" prompt "3.0.27"
config KERNEL_V_2_6_39_4 config KERNEL_V_2_6_39_4
bool bool
@ -131,10 +135,11 @@ 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.3.1" if KERNEL_V_3_3_1
default "3.3" if KERNEL_V_3_3 default "3.3" if KERNEL_V_3_3
default "3.2.12" if KERNEL_V_3_2_12 default "3.2.14" if KERNEL_V_3_2_14
default "3.1.10" if KERNEL_V_3_1_10 default "3.1.10" if KERNEL_V_3_1_10
default "3.0.25" if KERNEL_V_3_0_25 default "3.0.27" if KERNEL_V_3_0_27
default "2.6.39.4" if KERNEL_V_2_6_39_4 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.38.8" if KERNEL_V_2_6_38_8
default "2.6.37.6" if KERNEL_V_2_6_37_6 default "2.6.37.6" if KERNEL_V_2_6_37_6