kernel/linux: add latest versions, remove old dot-releases

This commit is contained in:
Yann E. MORIN" 2010-01-31 17:07:02 +01:00
parent 964d20b1c7
commit 4a272284b5

View File

@ -34,6 +34,22 @@ choice
# Don't remove next line # Don't remove next line
# CT_INSERT_VERSION_BELOW # CT_INSERT_VERSION_BELOW
config KERNEL_V_2_6_32_7
bool
prompt "2.6.32.7"
config KERNEL_V_2_6_32_6
bool
prompt "2.6.32.6"
config KERNEL_V_2_6_32_5
bool
prompt "2.6.32.5"
config KERNEL_V_2_6_32_4
bool
prompt "2.6.32.4"
config KERNEL_V_2_6_32_3 config KERNEL_V_2_6_32_3
bool bool
prompt "2.6.32.3" prompt "2.6.32.3"
@ -50,94 +66,14 @@ config KERNEL_V_2_6_32
bool bool
prompt "2.6.32" prompt "2.6.32"
config KERNEL_V_2_6_31_11 config KERNEL_V_2_6_31_12
bool bool
prompt "2.6.31.11" prompt "2.6.31.12"
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"
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"
config KERNEL_V_2_6_31
bool
prompt "2.6.31"
config KERNEL_V_2_6_30_10 config KERNEL_V_2_6_30_10
bool bool
prompt "2.6.30.10" prompt "2.6.30.10"
config KERNEL_V_2_6_30_9
bool
prompt "2.6.30.9"
config KERNEL_V_2_6_30_8
bool
prompt "2.6.30.8"
config KERNEL_V_2_6_30_7
bool
prompt "2.6.30.7"
config KERNEL_V_2_6_30_6
bool
prompt "2.6.30.6"
config KERNEL_V_2_6_30_5
bool
prompt "2.6.30.5"
config KERNEL_V_2_6_30_4
bool
prompt "2.6.30.4"
config KERNEL_V_2_6_30_3
bool
prompt "2.6.30.3"
config KERNEL_V_2_6_30_2
bool
prompt "2.6.30.2"
config KERNEL_V_2_6_30_1
bool
prompt "2.6.30.1"
config KERNEL_V_2_6_30
bool
prompt "2.6.30"
config KERNEL_V_2_6_29_6 config KERNEL_V_2_6_29_6
bool bool
prompt "2.6.29.6 (OBSOLETE)" prompt "2.6.29.6 (OBSOLETE)"
@ -148,9 +84,9 @@ config KERNEL_V_2_6_28_10
prompt "2.6.28.10 (OBSOLETE)" prompt "2.6.28.10 (OBSOLETE)"
depends on OBSOLETE depends on OBSOLETE
config KERNEL_V_2_6_27_43 config KERNEL_V_2_6_27_45
bool bool
prompt "2.6.27.43 (long-term stable)" prompt "2.6.27.45 (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
@ -171,35 +107,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.32.7" if KERNEL_V_2_6_32_7
default "2.6.32.6" if KERNEL_V_2_6_32_6
default "2.6.32.5" if KERNEL_V_2_6_32_5
default "2.6.32.4" if KERNEL_V_2_6_32_4
default "2.6.32.3" if KERNEL_V_2_6_32_3 default "2.6.32.3" if KERNEL_V_2_6_32_3
default "2.6.32.2" if KERNEL_V_2_6_32_2 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.1" if KERNEL_V_2_6_32_1
default "2.6.32" if KERNEL_V_2_6_32 default "2.6.32" if KERNEL_V_2_6_32
default "2.6.31.11" if KERNEL_V_2_6_31_11 default "2.6.31.12" if KERNEL_V_2_6_31_12
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
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 "2.6.30.10" if KERNEL_V_2_6_30_10 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
default "2.6.30.6" if KERNEL_V_2_6_30_6
default "2.6.30.5" if KERNEL_V_2_6_30_5
default "2.6.30.4" if KERNEL_V_2_6_30_4
default "2.6.30.3" if KERNEL_V_2_6_30_3
default "2.6.30.2" if KERNEL_V_2_6_30_2
default "2.6.30.1" if KERNEL_V_2_6_30_1
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.29.6" if KERNEL_V_2_6_29_6
default "2.6.28.10" if KERNEL_V_2_6_28_10 default "2.6.28.10" if KERNEL_V_2_6_28_10
default "2.6.27.43" if KERNEL_V_2_6_27_43 default "2.6.27.45" if KERNEL_V_2_6_27_45
choice choice
bool bool