config/kernel/linux.in
changeset 1802 cb9e664f758b
parent 1790 97303e1d5942
child 1818 533e48e6aa9e
     1.1 --- a/config/kernel/linux.in	Sun Jan 31 17:07:02 2010 +0100
     1.2 +++ b/config/kernel/linux.in	Thu Feb 11 19:21:56 2010 +0100
     1.3 @@ -34,6 +34,10 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_32_8
     1.8 +    bool
     1.9 +    prompt "2.6.32.8"
    1.10 +
    1.11  config KERNEL_V_2_6_32_7
    1.12      bool
    1.13      prompt "2.6.32.7"
    1.14 @@ -107,6 +111,7 @@
    1.15      string
    1.16  # Don't remove next line
    1.17  # CT_INSERT_VERSION_STRING_BELOW
    1.18 +    default "2.6.32.8" if KERNEL_V_2_6_32_8
    1.19      default "2.6.32.7" if KERNEL_V_2_6_32_7
    1.20      default "2.6.32.6" if KERNEL_V_2_6_32_6
    1.21      default "2.6.32.5" if KERNEL_V_2_6_32_5