config/kernel/linux.in
changeset 3211 c8e430a30696
parent 3202 9aa33c435b0b
child 3227 1048e4dca434
     1.1 --- a/config/kernel/linux.in	Thu Apr 11 15:24:46 2013 +0200
     1.2 +++ b/config/kernel/linux.in	Mon May 06 11:44:28 2013 +0200
     1.3 @@ -26,37 +26,13 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 -config KERNEL_V_3_8_7
     1.8 +config KERNEL_V_3_9
     1.9      bool
    1.10 -    prompt "3.8.7"
    1.11 -
    1.12 -config KERNEL_V_3_8_6
    1.13 -    bool
    1.14 -    prompt "3.8.6"
    1.15 -
    1.16 -config KERNEL_V_3_8_5
    1.17 -    bool
    1.18 -    prompt "3.8.5"
    1.19 -
    1.20 -config KERNEL_V_3_8_4
    1.21 -    bool
    1.22 -    prompt "3.8.4"
    1.23 -
    1.24 -config KERNEL_V_3_8_3
    1.25 -    bool
    1.26 -    prompt "3.8.3"
    1.27 -
    1.28 -config KERNEL_V_3_8_2
    1.29 -    bool
    1.30 -    prompt "3.8.2"
    1.31 -
    1.32 -config KERNEL_V_3_8_1
    1.33 -    bool
    1.34 -    prompt "3.8.1"
    1.35 +    prompt "3.9"
    1.36  
    1.37  config KERNEL_V_3_8
    1.38      bool
    1.39 -    prompt "3.8"
    1.40 +    prompt "3.8.11"
    1.41  
    1.42  config KERNEL_V_3_7
    1.43      bool
    1.44 @@ -72,7 +48,7 @@
    1.45  
    1.46  config KERNEL_V_3_4
    1.47      bool
    1.48 -    prompt "3.4.40"
    1.49 +    prompt "3.4.43"
    1.50  
    1.51  config KERNEL_V_3_3
    1.52      bool
    1.53 @@ -80,7 +56,7 @@
    1.54  
    1.55  config KERNEL_V_3_2
    1.56      bool
    1.57 -    prompt "3.2.43"
    1.58 +    prompt "3.2.44"
    1.59  
    1.60  config KERNEL_V_3_1
    1.61      bool
    1.62 @@ -88,7 +64,7 @@
    1.63  
    1.64  config KERNEL_V_3_0
    1.65      bool
    1.66 -    prompt "3.0.73"
    1.67 +    prompt "3.0.76"
    1.68  
    1.69  config KERNEL_V_2_6_39
    1.70      bool
    1.71 @@ -179,22 +155,16 @@
    1.72      string
    1.73  # Don't remove next line
    1.74  # CT_INSERT_VERSION_STRING_BELOW
    1.75 -    default "3.8.7" if KERNEL_V_3_8_7
    1.76 -    default "3.8.6" if KERNEL_V_3_8_6
    1.77 -    default "3.8.5" if KERNEL_V_3_8_5
    1.78 -    default "3.8.4" if KERNEL_V_3_8_4
    1.79 -    default "3.8.3" if KERNEL_V_3_8_3
    1.80 -    default "3.8.2" if KERNEL_V_3_8_2
    1.81 -    default "3.8.1" if KERNEL_V_3_8_1
    1.82 -    default "3.8" if KERNEL_V_3_8
    1.83 +    default "3.9" if KERNEL_V_3_9
    1.84 +    default "3.8.11" if KERNEL_V_3_8
    1.85      default "3.7.10" if KERNEL_V_3_7
    1.86      default "3.6.11" if KERNEL_V_3_6
    1.87      default "3.5.7" if KERNEL_V_3_5
    1.88 -    default "3.4.40" if KERNEL_V_3_4
    1.89 +    default "3.4.43" if KERNEL_V_3_4
    1.90      default "3.3.8" if KERNEL_V_3_3
    1.91 -    default "3.2.43" if KERNEL_V_3_2
    1.92 +    default "3.2.44" if KERNEL_V_3_2
    1.93      default "3.1.10" if KERNEL_V_3_1
    1.94 -    default "3.0.73" if KERNEL_V_3_0
    1.95 +    default "3.0.76" if KERNEL_V_3_0
    1.96      default "2.6.39.4" if KERNEL_V_2_6_39
    1.97      default "2.6.38.8" if KERNEL_V_2_6_38
    1.98      default "2.6.37.6" if KERNEL_V_2_6_37