Add latest Linux kernel versions: 2.6.27.13 and 2.6.28.2.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jan 27 21:34:44 2009 +0000 (2009-01-27)
changeset 1160aecfa8c9172e
parent 1159 71b6240ea2c0
child 1161 12926229102b
Add latest Linux kernel versions: 2.6.27.13 and 2.6.28.2.

/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 Jan 27 20:38:48 2009 +0000
     1.2 +++ b/config/kernel/linux.in	Tue Jan 27 21:34:44 2009 +0000
     1.3 @@ -157,6 +157,10 @@
     1.4      bool
     1.5      prompt "2.6.27.12"
     1.6  
     1.7 +config KERNEL_V_2_6_27_13
     1.8 +    bool
     1.9 +    prompt "2.6.27.13"
    1.10 +
    1.11  config KERNEL_V_2_6_28
    1.12      bool
    1.13      prompt "2.6.28"
    1.14 @@ -165,6 +169,10 @@
    1.15      bool
    1.16      prompt "2.6.28.1"
    1.17  
    1.18 +config KERNEL_V_2_6_28_2
    1.19 +    bool
    1.20 +    prompt "2.6.28.2"
    1.21 +
    1.22  # CT_INSERT_VERSION_ABOVE
    1.23  # Don't remove above line!
    1.24  endchoice
    1.25 @@ -201,8 +209,10 @@
    1.26      default "2.6.27.10" if KERNEL_V_2_6_27_10
    1.27      default "2.6.27.11" if KERNEL_V_2_6_27_11
    1.28      default "2.6.27.12" if KERNEL_V_2_6_27_12
    1.29 +    default "2.6.27.13" if KERNEL_V_2_6_27_13
    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  # CT_INSERT_VERSION_STRING_ABOVE
    1.34  # Don't remove above line!
    1.35