kernel/linux: bump versions
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Jul 24 23:03:48 2013 +0200 (2013-07-24)
changeset 32271048e4dca434
parent 3226 20b02b5019cd
child 3228 8b9af6488210
kernel/linux: bump versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Wed Jul 24 19:11:18 2013 +0200
     1.2 +++ b/config/kernel/linux.in	Wed Jul 24 23:03:48 2013 +0200
     1.3 @@ -26,13 +26,17 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_10
     1.8 +    bool
     1.9 +    prompt "3.10.2"
    1.10 +
    1.11  config KERNEL_V_3_9
    1.12      bool
    1.13 -    prompt "3.9"
    1.14 +    prompt "3.9.11"
    1.15  
    1.16  config KERNEL_V_3_8
    1.17      bool
    1.18 -    prompt "3.8.11"
    1.19 +    prompt "3.8.13"
    1.20  
    1.21  config KERNEL_V_3_7
    1.22      bool
    1.23 @@ -48,7 +52,7 @@
    1.24  
    1.25  config KERNEL_V_3_4
    1.26      bool
    1.27 -    prompt "3.4.43"
    1.28 +    prompt "3.4.54"
    1.29  
    1.30  config KERNEL_V_3_3
    1.31      bool
    1.32 @@ -56,7 +60,7 @@
    1.33  
    1.34  config KERNEL_V_3_2
    1.35      bool
    1.36 -    prompt "3.2.44"
    1.37 +    prompt "3.2.48"
    1.38  
    1.39  config KERNEL_V_3_1
    1.40      bool
    1.41 @@ -64,7 +68,7 @@
    1.42  
    1.43  config KERNEL_V_3_0
    1.44      bool
    1.45 -    prompt "3.0.76"
    1.46 +    prompt "3.0.87"
    1.47  
    1.48  config KERNEL_V_2_6_39
    1.49      bool
    1.50 @@ -92,7 +96,7 @@
    1.51  
    1.52  config KERNEL_V_2_6_32
    1.53      bool
    1.54 -    prompt "2.6.32.60 (longterm)"
    1.55 +    prompt "2.6.32.61 (longterm)"
    1.56      help
    1.57        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.58        
    1.59 @@ -155,22 +159,23 @@
    1.60      string
    1.61  # Don't remove next line
    1.62  # CT_INSERT_VERSION_STRING_BELOW
    1.63 -    default "3.9" if KERNEL_V_3_9
    1.64 -    default "3.8.11" if KERNEL_V_3_8
    1.65 +    default "3.10.2" if KERNEL_V_3_10
    1.66 +    default "3.9.11" if KERNEL_V_3_9
    1.67 +    default "3.8.13" if KERNEL_V_3_8
    1.68      default "3.7.10" if KERNEL_V_3_7
    1.69      default "3.6.11" if KERNEL_V_3_6
    1.70      default "3.5.7" if KERNEL_V_3_5
    1.71 -    default "3.4.43" if KERNEL_V_3_4
    1.72 +    default "3.4.54" if KERNEL_V_3_4
    1.73      default "3.3.8" if KERNEL_V_3_3
    1.74 -    default "3.2.44" if KERNEL_V_3_2
    1.75 +    default "3.2.48" if KERNEL_V_3_2
    1.76      default "3.1.10" if KERNEL_V_3_1
    1.77 -    default "3.0.76" if KERNEL_V_3_0
    1.78 +    default "3.0.87" if KERNEL_V_3_0
    1.79      default "2.6.39.4" if KERNEL_V_2_6_39
    1.80      default "2.6.38.8" if KERNEL_V_2_6_38
    1.81      default "2.6.37.6" if KERNEL_V_2_6_37
    1.82      default "2.6.36.4" if KERNEL_V_2_6_36
    1.83      default "2.6.33.20" if KERNEL_V_2_6_33
    1.84 -    default "2.6.32.60" if KERNEL_V_2_6_32
    1.85 +    default "2.6.32.61" if KERNEL_V_2_6_32
    1.86      default "2.6.31.14" if KERNEL_V_2_6_31
    1.87      default "2.6.27.62" if KERNEL_V_2_6_27
    1.88      default "custom" if KERNEL_LINUX_CUSTOM