kernel/linux: update to latest versions
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Oct 06 11:19:56 2010 +0200 (2010-10-06)
changeset 2135ffef1f437106
parent 2134 af1a779a7f1a
child 2136 750cf0d26370
kernel/linux: update to latest versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Tue Oct 05 23:59:16 2010 +0200
     1.2 +++ b/config/kernel/linux.in	Wed Oct 06 11:19:56 2010 +0200
     1.3 @@ -26,6 +26,18 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_35_7
     1.8 +    bool
     1.9 +    prompt "2.6.35.7"
    1.10 +
    1.11 +config KERNEL_V_2_6_35_6
    1.12 +    bool
    1.13 +    prompt "2.6.35.6"
    1.14 +
    1.15 +config KERNEL_V_2_6_35_5
    1.16 +    bool
    1.17 +    prompt "2.6.35.5"
    1.18 +
    1.19  config KERNEL_V_2_6_35_4
    1.20      bool
    1.21      prompt "2.6.35.4"
    1.22 @@ -46,25 +58,25 @@
    1.23      bool
    1.24      prompt "2.6.35"
    1.25  
    1.26 -config KERNEL_V_2_6_34_6
    1.27 +config KERNEL_V_2_6_34_7
    1.28      bool
    1.29 -    prompt "2.6.34.6"
    1.30 +    prompt "2.6.34.7"
    1.31  
    1.32  config KERNEL_V_2_6_33_7
    1.33      bool
    1.34      prompt "2.6.33.7"
    1.35  
    1.36 -config KERNEL_V_2_6_32_21
    1.37 +config KERNEL_V_2_6_32_24
    1.38      bool
    1.39 -    prompt "2.6.32.21"
    1.40 +    prompt "2.6.32.24"
    1.41  
    1.42  config KERNEL_V_2_6_31_14
    1.43      bool
    1.44      prompt "2.6.31.14"
    1.45  
    1.46 -config KERNEL_V_2_6_27_53
    1.47 +config KERNEL_V_2_6_27_54
    1.48      bool
    1.49 -    prompt "2.6.27.53 (long-term stable)"
    1.50 +    prompt "2.6.27.54 (long-term stable)"
    1.51      help
    1.52        The Linux 2.6.27 tree is the current "long-term stable" maintenance branch.
    1.53        It is intended to fill the niche for users who are not using distribution
    1.54 @@ -98,16 +110,19 @@
    1.55      string
    1.56  # Don't remove next line
    1.57  # CT_INSERT_VERSION_STRING_BELOW
    1.58 +    default "2.6.35.7" if KERNEL_V_2_6_35_7
    1.59 +    default "2.6.35.6" if KERNEL_V_2_6_35_6
    1.60 +    default "2.6.35.5" if KERNEL_V_2_6_35_5
    1.61      default "2.6.35.4" if KERNEL_V_2_6_35_4
    1.62      default "2.6.35.3" if KERNEL_V_2_6_35_3
    1.63      default "2.6.35.2" if KERNEL_V_2_6_35_2
    1.64      default "2.6.35.1" if KERNEL_V_2_6_35_1
    1.65      default "2.6.35" if KERNEL_V_2_6_35
    1.66 -    default "2.6.34.6" if KERNEL_V_2_6_34_6
    1.67 +    default "2.6.34.7" if KERNEL_V_2_6_34_7
    1.68      default "2.6.33.7" if KERNEL_V_2_6_33_7
    1.69 -    default "2.6.32.21" if KERNEL_V_2_6_32_21
    1.70 +    default "2.6.32.24" if KERNEL_V_2_6_32_24
    1.71      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.72 -    default "2.6.27.53" if KERNEL_V_2_6_27_53
    1.73 +    default "2.6.27.54" if KERNEL_V_2_6_27_54
    1.74  
    1.75  choice
    1.76      bool