kernel/linux: add 2.6.36
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Oct 23 23:28:48 2010 +0200 (2010-10-23)
changeset 2158cff04df67d28
parent 2157 715544fc2fe9
child 2159 c27380b72046
kernel/linux: add 2.6.36

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Sat Oct 23 23:21:36 2010 +0200
     1.2 +++ b/config/kernel/linux.in	Sat Oct 23 23:28:48 2010 +0200
     1.3 @@ -26,6 +26,10 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_36
     1.8 +    bool
     1.9 +    prompt "2.6.36"
    1.10 +
    1.11  config KERNEL_V_2_6_35_7
    1.12      bool
    1.13      prompt "2.6.35.7"
    1.14 @@ -125,6 +129,7 @@
    1.15      string
    1.16  # Don't remove next line
    1.17  # CT_INSERT_VERSION_STRING_BELOW
    1.18 +    default "2.6.36" if KERNEL_V_2_6_36
    1.19      default "2.6.35.7" if KERNEL_V_2_6_35_7
    1.20      default "2.6.35.6" if KERNEL_V_2_6_35_6
    1.21      default "2.6.35.5" if KERNEL_V_2_6_35_5