config/kernel/linux.in
changeset 1174 7710d81d15e7
parent 1145 db416a45798a
child 1194 f6be430d09d0
     1.1 --- a/config/kernel/linux.in	Tue Jan 20 18:49:12 2009 +0000
     1.2 +++ b/config/kernel/linux.in	Thu Jan 29 18:53:32 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