config/kernel/linux.in
changeset 3305 7c9145db4314
parent 3252 7e569a9cb5fd
     1.1 --- a/config/kernel/linux.in	Sat Nov 16 18:14:45 2013 +0100
     1.2 +++ b/config/kernel/linux.in	Fri Feb 21 07:17:33 2014 +0100
     1.3 @@ -26,17 +26,21 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_13
     1.8 +    bool
     1.9 +    prompt "3.13.11"
    1.10 +
    1.11  config KERNEL_V_3_12
    1.12      bool
    1.13 -    prompt "3.12"
    1.14 +    prompt "3.12.18"
    1.15  
    1.16  config KERNEL_V_3_11
    1.17      bool
    1.18 -    prompt "3.11.8"
    1.19 +    prompt "3.11.10"
    1.20  
    1.21  config KERNEL_V_3_10
    1.22      bool
    1.23 -    prompt "3.10.19"
    1.24 +    prompt "3.10.38 (longterm)"
    1.25  
    1.26  config KERNEL_V_3_9
    1.27      bool
    1.28 @@ -60,7 +64,7 @@
    1.29  
    1.30  config KERNEL_V_3_4
    1.31      bool
    1.32 -    prompt "3.4.69"
    1.33 +    prompt "3.4.88 (longterm)"
    1.34  
    1.35  config KERNEL_V_3_3
    1.36      bool
    1.37 @@ -68,7 +72,7 @@
    1.38  
    1.39  config KERNEL_V_3_2
    1.40      bool
    1.41 -    prompt "3.2.52"
    1.42 +    prompt "3.2.58"
    1.43  
    1.44  config KERNEL_V_3_1
    1.45      bool
    1.46 @@ -167,17 +171,18 @@
    1.47      string
    1.48  # Don't remove next line
    1.49  # CT_INSERT_VERSION_STRING_BELOW
    1.50 -    default "3.12" if KERNEL_V_3_12
    1.51 -    default "3.11.8" if KERNEL_V_3_11
    1.52 -    default "3.10.19" if KERNEL_V_3_10
    1.53 +    default "3.13.11" if KERNEL_V_3_13
    1.54 +    default "3.12.18" if KERNEL_V_3_12
    1.55 +    default "3.11.10" if KERNEL_V_3_11
    1.56 +    default "3.10.38" if KERNEL_V_3_10
    1.57      default "3.9.11" if KERNEL_V_3_9
    1.58      default "3.8.13.9" if KERNEL_V_3_8
    1.59      default "3.7.10" if KERNEL_V_3_7
    1.60      default "3.6.11" if KERNEL_V_3_6
    1.61      default "3.5.7.25" if KERNEL_V_3_5
    1.62 -    default "3.4.69" if KERNEL_V_3_4
    1.63 +    default "3.4.88" if KERNEL_V_3_4
    1.64      default "3.3.8" if KERNEL_V_3_3
    1.65 -    default "3.2.52" if KERNEL_V_3_2
    1.66 +    default "3.2.58" if KERNEL_V_3_2
    1.67      default "3.1.10" if KERNEL_V_3_1
    1.68      default "3.0.101" if KERNEL_V_3_0
    1.69      default "2.6.39.4" if KERNEL_V_2_6_39