config/kernel/linux.in
changeset 3205 30de175d3ed3
parent 3197 2c5c23be3102
child 3211 c8e430a30696
     1.1 --- a/config/kernel/linux.in	Thu Mar 14 22:03:33 2013 +0100
     1.2 +++ b/config/kernel/linux.in	Thu Mar 21 11:01:09 2013 +0100
     1.3 @@ -26,6 +26,22 @@
     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 +    bool
     1.9 +    prompt "3.8.7"
    1.10 +
    1.11 +config KERNEL_V_3_8_6
    1.12 +    bool
    1.13 +    prompt "3.8.6"
    1.14 +
    1.15 +config KERNEL_V_3_8_5
    1.16 +    bool
    1.17 +    prompt "3.8.5"
    1.18 +
    1.19 +config KERNEL_V_3_8_4
    1.20 +    bool
    1.21 +    prompt "3.8.4"
    1.22 +
    1.23  config KERNEL_V_3_8_3
    1.24      bool
    1.25      prompt "3.8.3"
    1.26 @@ -56,7 +72,7 @@
    1.27  
    1.28  config KERNEL_V_3_4
    1.29      bool
    1.30 -    prompt "3.4.36"
    1.31 +    prompt "3.4.40"
    1.32  
    1.33  config KERNEL_V_3_3
    1.34      bool
    1.35 @@ -64,7 +80,7 @@
    1.36  
    1.37  config KERNEL_V_3_2
    1.38      bool
    1.39 -    prompt "3.2.40"
    1.40 +    prompt "3.2.43"
    1.41  
    1.42  config KERNEL_V_3_1
    1.43      bool
    1.44 @@ -72,7 +88,7 @@
    1.45  
    1.46  config KERNEL_V_3_0
    1.47      bool
    1.48 -    prompt "3.0.69"
    1.49 +    prompt "3.0.73"
    1.50  
    1.51  config KERNEL_V_2_6_39
    1.52      bool
    1.53 @@ -163,6 +179,10 @@
    1.54      string
    1.55  # Don't remove next line
    1.56  # CT_INSERT_VERSION_STRING_BELOW
    1.57 +    default "3.8.7" if KERNEL_V_3_8_7
    1.58 +    default "3.8.6" if KERNEL_V_3_8_6
    1.59 +    default "3.8.5" if KERNEL_V_3_8_5
    1.60 +    default "3.8.4" if KERNEL_V_3_8_4
    1.61      default "3.8.3" if KERNEL_V_3_8_3
    1.62      default "3.8.2" if KERNEL_V_3_8_2
    1.63      default "3.8.1" if KERNEL_V_3_8_1
    1.64 @@ -170,11 +190,11 @@
    1.65      default "3.7.10" if KERNEL_V_3_7
    1.66      default "3.6.11" if KERNEL_V_3_6
    1.67      default "3.5.7" if KERNEL_V_3_5
    1.68 -    default "3.4.36" if KERNEL_V_3_4
    1.69 +    default "3.4.40" if KERNEL_V_3_4
    1.70      default "3.3.8" if KERNEL_V_3_3
    1.71 -    default "3.2.40" if KERNEL_V_3_2
    1.72 +    default "3.2.43" if KERNEL_V_3_2
    1.73      default "3.1.10" if KERNEL_V_3_1
    1.74 -    default "3.0.69" if KERNEL_V_3_0
    1.75 +    default "3.0.73" if KERNEL_V_3_0
    1.76      default "2.6.39.4" if KERNEL_V_2_6_39
    1.77      default "2.6.38.8" if KERNEL_V_2_6_38
    1.78      default "2.6.37.6" if KERNEL_V_2_6_37