config/kernel/linux.in
changeset 1210 dfabaadc7524
parent 1203 001b55bfe0ac
child 1221 814d458b1878
     1.1 --- a/config/kernel/linux.in	Sat Feb 07 08:05:10 2009 +0000
     1.2 +++ b/config/kernel/linux.in	Fri Feb 13 07:22:56 2009 +0000
     1.3 @@ -169,6 +169,14 @@
     1.4      bool
     1.5      prompt "2.6.27.15"
     1.6  
     1.7 +config KERNEL_V_2_6_27_16
     1.8 +    bool
     1.9 +    prompt "2.6.27.16"
    1.10 +
    1.11 +config KERNEL_V_2_6_27_17
    1.12 +    bool
    1.13 +    prompt "2.6.27.17"
    1.14 +
    1.15  config KERNEL_V_2_6_28
    1.16      bool
    1.17      prompt "2.6.28"
    1.18 @@ -189,6 +197,10 @@
    1.19      bool
    1.20      prompt "2.6.28.4"
    1.21  
    1.22 +config KERNEL_V_2_6_28_5
    1.23 +    bool
    1.24 +    prompt "2.6.28.5"
    1.25 +
    1.26  # CT_INSERT_VERSION_ABOVE
    1.27  # Don't remove above line!
    1.28  endchoice
    1.29 @@ -228,11 +240,14 @@
    1.30      default "2.6.27.13" if KERNEL_V_2_6_27_13
    1.31      default "2.6.27.14" if KERNEL_V_2_6_27_14
    1.32      default "2.6.27.15" if KERNEL_V_2_6_27_15
    1.33 +    default "2.6.27.16" if KERNEL_V_2_6_27_16
    1.34 +    default "2.6.27.17" if KERNEL_V_2_6_27_17
    1.35      default "2.6.28" if KERNEL_V_2_6_28
    1.36      default "2.6.28.1" if KERNEL_V_2_6_28_1
    1.37      default "2.6.28.2" if KERNEL_V_2_6_28_2
    1.38      default "2.6.28.3" if KERNEL_V_2_6_28_3
    1.39      default "2.6.28.4" if KERNEL_V_2_6_28_4
    1.40 +    default "2.6.28.5" if KERNEL_V_2_6_28_5
    1.41  # CT_INSERT_VERSION_STRING_ABOVE
    1.42  # Don't remove above line!
    1.43