Add katest Linux kernel versions: 2.6.27.22, 2.6.28.10 and 2.6.29.2.

-------- diffstat follows --------
 /trunk/config/kernel/linux.in |   16    13     3     0 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)
This commit is contained in:
Yann E. MORIN" 2009-05-07 18:53:49 +00:00
parent a0cf91e83b
commit d9378214cc

View File

@ -74,9 +74,9 @@ config KERNEL_V_2_6_26_8
prompt "2.6.26.8 (OBSOLETE)" prompt "2.6.26.8 (OBSOLETE)"
depends on OBSOLETE depends on OBSOLETE
config KERNEL_V_2_6_27_21 config KERNEL_V_2_6_27_22
bool bool
prompt "2.6.27.21 (OBSOLETE)" prompt "2.6.27.22 (OBSOLETE)"
depends on OBSOLETE depends on OBSOLETE
config KERNEL_V_2_6_28 config KERNEL_V_2_6_28
@ -119,6 +119,10 @@ config KERNEL_V_2_6_28_9
bool bool
prompt "2.6.28.9" prompt "2.6.28.9"
config KERNEL_V_2_6_28_10
bool
prompt "2.6.28.10"
config KERNEL_V_2_6_29 config KERNEL_V_2_6_29
bool bool
prompt "2.6.29" prompt "2.6.29"
@ -127,6 +131,10 @@ config KERNEL_V_2_6_29_1
bool bool
prompt "2.6.29.1" prompt "2.6.29.1"
config KERNEL_V_2_6_29_2
bool
prompt "2.6.29.2"
# CT_INSERT_VERSION_ABOVE # CT_INSERT_VERSION_ABOVE
# Don't remove above line! # Don't remove above line!
@ -149,7 +157,7 @@ config KERNEL_VERSION
default "2.6.24.7" if KERNEL_V_2_6_24_7 default "2.6.24.7" if KERNEL_V_2_6_24_7
default "2.6.25.20" if KERNEL_V_2_6_25_20 default "2.6.25.20" if KERNEL_V_2_6_25_20
default "2.6.26.8" if KERNEL_V_2_6_26_8 default "2.6.26.8" if KERNEL_V_2_6_26_8
default "2.6.27.21" if KERNEL_V_2_6_27_21 default "2.6.27.22" if KERNEL_V_2_6_27_22
default "2.6.28" if KERNEL_V_2_6_28 default "2.6.28" if KERNEL_V_2_6_28
default "2.6.28.1" if KERNEL_V_2_6_28_1 default "2.6.28.1" if KERNEL_V_2_6_28_1
default "2.6.28.2" if KERNEL_V_2_6_28_2 default "2.6.28.2" if KERNEL_V_2_6_28_2
@ -160,8 +168,10 @@ config KERNEL_VERSION
default "2.6.28.7" if KERNEL_V_2_6_28_7 default "2.6.28.7" if KERNEL_V_2_6_28_7
default "2.6.28.8" if KERNEL_V_2_6_28_8 default "2.6.28.8" if KERNEL_V_2_6_28_8
default "2.6.28.9" if KERNEL_V_2_6_28_9 default "2.6.28.9" if KERNEL_V_2_6_28_9
default "2.6.28.10" if KERNEL_V_2_6_28_10
default "2.6.29" if KERNEL_V_2_6_29 default "2.6.29" if KERNEL_V_2_6_29
default "2.6.29.1" if KERNEL_V_2_6_29_1 default "2.6.29.1" if KERNEL_V_2_6_29_1
default "2.6.29.2" if KERNEL_V_2_6_29_2
# CT_INSERT_VERSION_STRING_ABOVE # CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line! # Don't remove above line!
help help