config/kernel/linux.in
changeset 3252 7e569a9cb5fd
parent 3241 9bcbfe402be0
child 3305 7c9145db4314
     1.1 --- a/config/kernel/linux.in	Mon Oct 07 00:03:19 2013 +0200
     1.2 +++ b/config/kernel/linux.in	Sat Nov 16 18:14:45 2013 +0100
     1.3 @@ -26,29 +26,17 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 -config KERNEL_V_3_11_4
     1.8 +config KERNEL_V_3_12
     1.9      bool
    1.10 -    prompt "3.11.4"
    1.11 -
    1.12 -config KERNEL_V_3_11_3
    1.13 -    bool
    1.14 -    prompt "3.11.3"
    1.15 -
    1.16 -config KERNEL_V_3_11_2
    1.17 -    bool
    1.18 -    prompt "3.11.2"
    1.19 -
    1.20 -config KERNEL_V_3_11_1
    1.21 -    bool
    1.22 -    prompt "3.11.1"
    1.23 +    prompt "3.12"
    1.24  
    1.25  config KERNEL_V_3_11
    1.26      bool
    1.27 -    prompt "3.11"
    1.28 +    prompt "3.11.8"
    1.29  
    1.30  config KERNEL_V_3_10
    1.31      bool
    1.32 -    prompt "3.10.15"
    1.33 +    prompt "3.10.19"
    1.34  
    1.35  config KERNEL_V_3_9
    1.36      bool
    1.37 @@ -56,7 +44,7 @@
    1.38  
    1.39  config KERNEL_V_3_8
    1.40      bool
    1.41 -    prompt "3.8.13"
    1.42 +    prompt "3.8.13.9"
    1.43  
    1.44  config KERNEL_V_3_7
    1.45      bool
    1.46 @@ -68,11 +56,11 @@
    1.47  
    1.48  config KERNEL_V_3_5
    1.49      bool
    1.50 -    prompt "3.5.7"
    1.51 +    prompt "3.5.7.25"
    1.52  
    1.53  config KERNEL_V_3_4
    1.54      bool
    1.55 -    prompt "3.4.65"
    1.56 +    prompt "3.4.69"
    1.57  
    1.58  config KERNEL_V_3_3
    1.59      bool
    1.60 @@ -80,7 +68,7 @@
    1.61  
    1.62  config KERNEL_V_3_2
    1.63      bool
    1.64 -    prompt "3.2.51"
    1.65 +    prompt "3.2.52"
    1.66  
    1.67  config KERNEL_V_3_1
    1.68      bool
    1.69 @@ -88,7 +76,7 @@
    1.70  
    1.71  config KERNEL_V_3_0
    1.72      bool
    1.73 -    prompt "3.0.99"
    1.74 +    prompt "3.0.101"
    1.75  
    1.76  config KERNEL_V_2_6_39
    1.77      bool
    1.78 @@ -179,22 +167,19 @@
    1.79      string
    1.80  # Don't remove next line
    1.81  # CT_INSERT_VERSION_STRING_BELOW
    1.82 -    default "3.11.4" if KERNEL_V_3_11_4
    1.83 -    default "3.11.3" if KERNEL_V_3_11_3
    1.84 -    default "3.11.2" if KERNEL_V_3_11_2
    1.85 -    default "3.11.1" if KERNEL_V_3_11_1
    1.86 -    default "3.11" if KERNEL_V_3_11
    1.87 -    default "3.10.15" if KERNEL_V_3_10
    1.88 +    default "3.12" if KERNEL_V_3_12
    1.89 +    default "3.11.8" if KERNEL_V_3_11
    1.90 +    default "3.10.19" if KERNEL_V_3_10
    1.91      default "3.9.11" if KERNEL_V_3_9
    1.92 -    default "3.8.13" if KERNEL_V_3_8
    1.93 +    default "3.8.13.9" if KERNEL_V_3_8
    1.94      default "3.7.10" if KERNEL_V_3_7
    1.95      default "3.6.11" if KERNEL_V_3_6
    1.96 -    default "3.5.7" if KERNEL_V_3_5
    1.97 -    default "3.4.65" if KERNEL_V_3_4
    1.98 +    default "3.5.7.25" if KERNEL_V_3_5
    1.99 +    default "3.4.69" if KERNEL_V_3_4
   1.100      default "3.3.8" if KERNEL_V_3_3
   1.101 -    default "3.2.51" if KERNEL_V_3_2
   1.102 +    default "3.2.52" if KERNEL_V_3_2
   1.103      default "3.1.10" if KERNEL_V_3_1
   1.104 -    default "3.0.99" if KERNEL_V_3_0
   1.105 +    default "3.0.101" if KERNEL_V_3_0
   1.106      default "2.6.39.4" if KERNEL_V_2_6_39
   1.107      default "2.6.38.8" if KERNEL_V_2_6_38
   1.108      default "2.6.37.6" if KERNEL_V_2_6_37