config/kernel/linux.in
changeset 948 114a2e824cc7
parent 947 1dc3b6a77f36
child 972 5a1b20454f8b
     1.1 --- a/config/kernel/linux.in	Sun Oct 19 11:23:27 2008 +0000
     1.2 +++ b/config/kernel/linux.in	Sun Oct 19 12:02:13 2008 +0000
     1.3 @@ -105,6 +105,10 @@
     1.4      bool
     1.5      prompt "2.6.27.1"
     1.6  
     1.7 +config KERNEL_V_2_6_27_2
     1.8 +    bool
     1.9 +    prompt "2.6.27.2"
    1.10 +
    1.11  # CT_INSERT_VERSION_ABOVE
    1.12  # Don't remove above line!
    1.13  endchoice
    1.14 @@ -128,6 +132,7 @@
    1.15      default "2.6.26.6" if KERNEL_V_2_6_26_6
    1.16      default "2.6.27" if KERNEL_V_2_6_27
    1.17      default "2.6.27.1" if KERNEL_V_2_6_27_1
    1.18 +    default "2.6.27.2" if KERNEL_V_2_6_27_2
    1.19  # CT_INSERT_VERSION_STRING_ABOVE
    1.20  # Don't remove above line!
    1.21