Add latest Linux kernel versions (for headers): 2.6.27.1{6,7} & 2.6.28.5

/trunk/config/kernel/linux.in |   15    15     0     0 +++++++++++++++
 1 file changed, 15 insertions(+)
This commit is contained in:
Yann E. MORIN" 2009-02-13 07:22:56 +00:00
parent f962e240a3
commit 3f72b63050

View File

@ -169,6 +169,14 @@ config KERNEL_V_2_6_27_15
bool
prompt "2.6.27.15"
config KERNEL_V_2_6_27_16
bool
prompt "2.6.27.16"
config KERNEL_V_2_6_27_17
bool
prompt "2.6.27.17"
config KERNEL_V_2_6_28
bool
prompt "2.6.28"
@ -189,6 +197,10 @@ config KERNEL_V_2_6_28_4
bool
prompt "2.6.28.4"
config KERNEL_V_2_6_28_5
bool
prompt "2.6.28.5"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@ -228,11 +240,14 @@ config KERNEL_VERSION
default "2.6.27.13" if KERNEL_V_2_6_27_13
default "2.6.27.14" if KERNEL_V_2_6_27_14
default "2.6.27.15" if KERNEL_V_2_6_27_15
default "2.6.27.16" if KERNEL_V_2_6_27_16
default "2.6.27.17" if KERNEL_V_2_6_27_17
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.2" if KERNEL_V_2_6_28_2
default "2.6.28.3" if KERNEL_V_2_6_28_3
default "2.6.28.4" if KERNEL_V_2_6_28_4
default "2.6.28.5" if KERNEL_V_2_6_28_5
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!