Add latest Linux kernel versions 2.6.27.15 and 2.6.28.4.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Feb 07 08:05:10 2009 +0000 (2009-02-07)
changeset 1203001b55bfe0ac
parent 1202 bb9ac4889cec
child 1204 f85841495a86
Add latest Linux kernel versions 2.6.27.15 and 2.6.28.4.

/trunk/config/kernel/linux.in | 10 10 0 0 ++++++++++
1 file changed, 10 insertions(+)
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Tue Feb 03 07:55:07 2009 +0000
     1.2 +++ b/config/kernel/linux.in	Sat Feb 07 08:05:10 2009 +0000
     1.3 @@ -165,6 +165,10 @@
     1.4      bool
     1.5      prompt "2.6.27.14"
     1.6  
     1.7 +config KERNEL_V_2_6_27_15
     1.8 +    bool
     1.9 +    prompt "2.6.27.15"
    1.10 +
    1.11  config KERNEL_V_2_6_28
    1.12      bool
    1.13      prompt "2.6.28"
    1.14 @@ -181,6 +185,10 @@
    1.15      bool
    1.16      prompt "2.6.28.3"
    1.17  
    1.18 +config KERNEL_V_2_6_28_4
    1.19 +    bool
    1.20 +    prompt "2.6.28.4"
    1.21 +
    1.22  # CT_INSERT_VERSION_ABOVE
    1.23  # Don't remove above line!
    1.24  endchoice
    1.25 @@ -219,10 +227,12 @@
    1.26      default "2.6.27.12" if KERNEL_V_2_6_27_12
    1.27      default "2.6.27.13" if KERNEL_V_2_6_27_13
    1.28      default "2.6.27.14" if KERNEL_V_2_6_27_14
    1.29 +    default "2.6.27.15" if KERNEL_V_2_6_27_15
    1.30      default "2.6.28" if KERNEL_V_2_6_28
    1.31      default "2.6.28.1" if KERNEL_V_2_6_28_1
    1.32      default "2.6.28.2" if KERNEL_V_2_6_28_2
    1.33      default "2.6.28.3" if KERNEL_V_2_6_28_3
    1.34 +    default "2.6.28.4" if KERNEL_V_2_6_28_4
    1.35  # CT_INSERT_VERSION_STRING_ABOVE
    1.36  # Don't remove above line!
    1.37