kernel/linux: add latest 2.6.32.8
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Feb 11 19:21:56 2010 +0100 (2010-02-11)
changeset 1802cb9e664f758b
parent 1801 ac0755f0e6ab
child 1803 2c0ed9ec9a8c
kernel/linux: add latest 2.6.32.8
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Thu Feb 04 00:11:56 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