config/kernel/linux.in
changeset 3197 2c5c23be3102
parent 3184 716e7d90cac2
child 3202 9aa33c435b0b
     1.1 --- a/config/kernel/linux.in	Tue Feb 19 13:07:09 2013 +0100
     1.2 +++ b/config/kernel/linux.in	Thu Mar 14 22:03:33 2013 +0100
     1.3 @@ -26,13 +26,25 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_8_3
     1.8 +    bool
     1.9 +    prompt "3.8.3"
    1.10 +
    1.11 +config KERNEL_V_3_8_2
    1.12 +    bool
    1.13 +    prompt "3.8.2"
    1.14 +
    1.15 +config KERNEL_V_3_8_1
    1.16 +    bool
    1.17 +    prompt "3.8.1"
    1.18 +
    1.19  config KERNEL_V_3_8
    1.20      bool
    1.21      prompt "3.8"
    1.22  
    1.23  config KERNEL_V_3_7
    1.24      bool
    1.25 -    prompt "3.7.9"
    1.26 +    prompt "3.7.10"
    1.27  
    1.28  config KERNEL_V_3_6
    1.29      bool
    1.30 @@ -44,7 +56,7 @@
    1.31  
    1.32  config KERNEL_V_3_4
    1.33      bool
    1.34 -    prompt "3.4.33"
    1.35 +    prompt "3.4.36"
    1.36  
    1.37  config KERNEL_V_3_3
    1.38      bool
    1.39 @@ -52,7 +64,7 @@
    1.40  
    1.41  config KERNEL_V_3_2
    1.42      bool
    1.43 -    prompt "3.2.39"
    1.44 +    prompt "3.2.40"
    1.45  
    1.46  config KERNEL_V_3_1
    1.47      bool
    1.48 @@ -60,7 +72,7 @@
    1.49  
    1.50  config KERNEL_V_3_0
    1.51      bool
    1.52 -    prompt "3.0.66"
    1.53 +    prompt "3.0.69"
    1.54  
    1.55  config KERNEL_V_2_6_39
    1.56      bool
    1.57 @@ -151,15 +163,18 @@
    1.58      string
    1.59  # Don't remove next line
    1.60  # CT_INSERT_VERSION_STRING_BELOW
    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      default "3.8" if KERNEL_V_3_8
    1.65 -    default "3.7.9" if KERNEL_V_3_7
    1.66 +    default "3.7.10" if KERNEL_V_3_7
    1.67      default "3.6.11" if KERNEL_V_3_6
    1.68      default "3.5.7" if KERNEL_V_3_5
    1.69 -    default "3.4.33" if KERNEL_V_3_4
    1.70 +    default "3.4.36" if KERNEL_V_3_4
    1.71      default "3.3.8" if KERNEL_V_3_3
    1.72 -    default "3.2.39" if KERNEL_V_3_2
    1.73 +    default "3.2.40" if KERNEL_V_3_2
    1.74      default "3.1.10" if KERNEL_V_3_1
    1.75 -    default "3.0.66" if KERNEL_V_3_0
    1.76 +    default "3.0.69" if KERNEL_V_3_0
    1.77      default "2.6.39.4" if KERNEL_V_2_6_39
    1.78      default "2.6.38.8" if KERNEL_V_2_6_38
    1.79      default "2.6.37.6" if KERNEL_V_2_6_37