Add latest Linux kernel versions (2.6.27.14 and 2.6.28.3).
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Feb 02 21:05:40 2009 +0000 (2009-02-02)
changeset 1194f6be430d09d0
parent 1192 bc411ace3c8f
child 1195 b6b576b16e7c
Add latest Linux kernel versions (2.6.27.14 and 2.6.28.3).

/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	Sun Feb 01 23:15:59 2009 +0000
     1.2 +++ b/config/kernel/linux.in	Mon Feb 02 21:05:40 2009 +0000
     1.3 @@ -161,6 +161,10 @@
     1.4      bool
     1.5      prompt "2.6.27.13"
     1.6  
     1.7 +config KERNEL_V_2_6_27_14
     1.8 +    bool
     1.9 +    prompt "2.6.27.14"
    1.10 +
    1.11  config KERNEL_V_2_6_28
    1.12      bool
    1.13      prompt "2.6.28"
    1.14 @@ -173,6 +177,10 @@
    1.15      bool
    1.16      prompt "2.6.28.2"
    1.17  
    1.18 +config KERNEL_V_2_6_28_3
    1.19 +    bool
    1.20 +    prompt "2.6.28.3"
    1.21 +
    1.22  # CT_INSERT_VERSION_ABOVE
    1.23  # Don't remove above line!
    1.24  endchoice
    1.25 @@ -210,9 +218,11 @@
    1.26      default "2.6.27.11" if KERNEL_V_2_6_27_11
    1.27      default "2.6.27.12" if KERNEL_V_2_6_27_12
    1.28      default "2.6.27.13" if KERNEL_V_2_6_27_13
    1.29 +    default "2.6.27.14" if KERNEL_V_2_6_27_14
    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  # CT_INSERT_VERSION_STRING_ABOVE
    1.35  # Don't remove above line!
    1.36