config/kernel/linux.in
changeset 1139 48e6a184e28e
parent 1108 91f9328d52a7
child 1145 db416a45798a
     1.1 --- a/config/kernel/linux.in	Sun Dec 28 09:38:35 2008 +0000
     1.2 +++ b/config/kernel/linux.in	Fri Jan 16 09:13:16 2009 +0000
     1.3 @@ -149,6 +149,10 @@
     1.4      bool
     1.5      prompt "2.6.27.10"
     1.6  
     1.7 +config KERNEL_V_2_6_27_11
     1.8 +    bool
     1.9 +    prompt "2.6.27.11"
    1.10 +
    1.11  config KERNEL_V_2_6_28
    1.12      bool
    1.13      prompt "2.6.28"
    1.14 @@ -187,6 +191,7 @@
    1.15      default "2.6.27.8" if KERNEL_V_2_6_27_8
    1.16      default "2.6.27.9" if KERNEL_V_2_6_27_9
    1.17      default "2.6.27.10" if KERNEL_V_2_6_27_10
    1.18 +    default "2.6.27.11" if KERNEL_V_2_6_27_11
    1.19      default "2.6.28" if KERNEL_V_2_6_28
    1.20  # CT_INSERT_VERSION_STRING_ABOVE
    1.21  # Don't remove above line!