Add the Linux kernel 2.6.27.

Remove all 2.6.25 versions up to 2.6.25.17.
Mark 2.6.25.18 as being OBSOLETE.

 /trunk/config/kernel/linux.in |   98     7    91     0 +++---------------------------------------------
 1 file changed, 7 insertions(+), 91 deletions(-)
This commit is contained in:
Yann E. MORIN" 2008-10-10 08:46:29 +00:00
parent 4a1f2bf705
commit 1e41bff4aa

View File

@ -64,81 +64,10 @@ config KERNEL_V_2_6_24_7
prompt "2.6.24.7 (OBSOLETE)"
depends on OBSOLETE
config KERNEL_V_2_6_25
bool
prompt "2.6.25"
config KERNEL_V_2_6_25_1
bool
prompt "2.6.25.1"
config KERNEL_V_2_6_25_2
bool
prompt "2.6.25.2"
config KERNEL_V_2_6_25_3
bool
prompt "2.6.25.3"
config KERNEL_V_2_6_25_4
bool
prompt "2.6.25.4"
config KERNEL_V_2_6_25_5
bool
prompt "2.6.25.5"
config KERNEL_V_2_6_25_6
bool
prompt "2.6.25.6"
config KERNEL_V_2_6_25_7
bool
prompt "2.6.25.7"
config KERNEL_V_2_6_25_8
bool
prompt "2.6.25.8"
config KERNEL_V_2_6_25_9
bool
prompt "2.6.25.9"
config KERNEL_V_2_6_25_10
bool
prompt "2.6.25.10"
config KERNEL_V_2_6_25_11
bool
prompt "2.6.25.11"
config KERNEL_V_2_6_25_12
bool
prompt "2.6.25.12"
config KERNEL_V_2_6_25_13
bool
prompt "2.6.25.13"
config KERNEL_V_2_6_25_14
bool
prompt "2.6.25.14"
config KERNEL_V_2_6_25_15
bool
prompt "2.6.25.15"
config KERNEL_V_2_6_25_16
bool
prompt "2.6.25.16"
config KERNEL_V_2_6_25_17
bool
prompt "2.6.25.17"
config KERNEL_V_2_6_25_18
bool
prompt "2.6.25.18"
prompt "2.6.25.18 (OBSOLETE)"
depends on OBSOLETE
config KERNEL_V_2_6_26
bool
@ -168,6 +97,10 @@ config KERNEL_V_2_6_26_6
bool
prompt "2.6.26.6"
config KERNEL_V_2_6_27
bool
prompt "2.6.27"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -181,24 +114,6 @@ config KERNEL_VERSION
default "2.6.22.19" if KERNEL_V_2_6_22_19
default "2.6.23.17" if KERNEL_V_2_6_23_17
default "2.6.24.7" if KERNEL_V_2_6_24_7
default "2.6.25" if KERNEL_V_2_6_25
default "2.6.25.1" if KERNEL_V_2_6_25_1
default "2.6.25.2" if KERNEL_V_2_6_25_2
default "2.6.25.3" if KERNEL_V_2_6_25_3
default "2.6.25.4" if KERNEL_V_2_6_25_4
default "2.6.25.5" if KERNEL_V_2_6_25_5
default "2.6.25.6" if KERNEL_V_2_6_25_6
default "2.6.25.7" if KERNEL_V_2_6_25_7
default "2.6.25.8" if KERNEL_V_2_6_25_8
default "2.6.25.9" if KERNEL_V_2_6_25_9
default "2.6.25.10" if KERNEL_V_2_6_25_10
default "2.6.25.11" if KERNEL_V_2_6_25_11
default "2.6.25.12" if KERNEL_V_2_6_25_12
default "2.6.25.13" if KERNEL_V_2_6_25_13
default "2.6.25.14" if KERNEL_V_2_6_25_14
default "2.6.25.15" if KERNEL_V_2_6_25_15
default "2.6.25.16" if KERNEL_V_2_6_25_16
default "2.6.25.17" if KERNEL_V_2_6_25_17
default "2.6.25.18" if KERNEL_V_2_6_25_18
default "2.6.26" if KERNEL_V_2_6_26
default "2.6.26.1" if KERNEL_V_2_6_26_1
@ -207,6 +122,7 @@ config KERNEL_VERSION
default "2.6.26.4" if KERNEL_V_2_6_26_4
default "2.6.26.5" if KERNEL_V_2_6_26_5
default "2.6.26.6" if KERNEL_V_2_6_26_6
default "2.6.27" if KERNEL_V_2_6_27
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!