config/kernel/linux.in
changeset 1194 f6be430d09d0
parent 1160 aecfa8c9172e
child 1203 001b55bfe0ac
     1.1 --- a/config/kernel/linux.in	Tue Jan 27 21:34:44 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