config/kernel/linux.in
changeset 3114 8453ccdc5098
parent 3086 946d6d133a90
child 3136 927ca2e79394
     1.1 --- a/config/kernel/linux.in	Mon Oct 22 22:40:01 2012 +0200
     1.2 +++ b/config/kernel/linux.in	Thu Nov 15 20:51:31 2012 +0100
     1.3 @@ -26,6 +26,18 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_6_6
     1.8 +    bool
     1.9 +    prompt "3.6.6"
    1.10 +
    1.11 +config KERNEL_V_3_6_5
    1.12 +    bool
    1.13 +    prompt "3.6.5"
    1.14 +
    1.15 +config KERNEL_V_3_6_4
    1.16 +    bool
    1.17 +    prompt "3.6.4"
    1.18 +
    1.19  config KERNEL_V_3_6_3
    1.20      bool
    1.21      prompt "3.6.3"
    1.22 @@ -46,25 +58,25 @@
    1.23      bool
    1.24      prompt "3.5.7"
    1.25  
    1.26 -config KERNEL_V_3_4_15
    1.27 +config KERNEL_V_3_4_18
    1.28      bool
    1.29 -    prompt "3.4.15"
    1.30 +    prompt "3.4.18"
    1.31  
    1.32  config KERNEL_V_3_3_8
    1.33      bool
    1.34      prompt "3.3.8"
    1.35  
    1.36 -config KERNEL_V_3_2_32
    1.37 +config KERNEL_V_3_2_33
    1.38      bool
    1.39 -    prompt "3.2.32"
    1.40 +    prompt "3.2.33"
    1.41  
    1.42  config KERNEL_V_3_1_10
    1.43      bool
    1.44      prompt "3.1.10"
    1.45  
    1.46 -config KERNEL_V_3_0_48
    1.47 +config KERNEL_V_3_0_51
    1.48      bool
    1.49 -    prompt "3.0.48"
    1.50 +    prompt "3.0.51"
    1.51  
    1.52  config KERNEL_V_2_6_39_4
    1.53      bool
    1.54 @@ -155,16 +167,19 @@
    1.55      string
    1.56  # Don't remove next line
    1.57  # CT_INSERT_VERSION_STRING_BELOW
    1.58 +    default "3.6.6" if KERNEL_V_3_6_6
    1.59 +    default "3.6.5" if KERNEL_V_3_6_5
    1.60 +    default "3.6.4" if KERNEL_V_3_6_4
    1.61      default "3.6.3" if KERNEL_V_3_6_3
    1.62      default "3.6.2" if KERNEL_V_3_6_2
    1.63      default "3.6.1" if KERNEL_V_3_6_1
    1.64      default "3.6" if KERNEL_V_3_6
    1.65      default "3.5.7" if KERNEL_V_3_5_7
    1.66 -    default "3.4.15" if KERNEL_V_3_4_15
    1.67 +    default "3.4.18" if KERNEL_V_3_4_18
    1.68      default "3.3.8" if KERNEL_V_3_3_8
    1.69 -    default "3.2.32" if KERNEL_V_3_2_32
    1.70 +    default "3.2.33" if KERNEL_V_3_2_33
    1.71      default "3.1.10" if KERNEL_V_3_1_10
    1.72 -    default "3.0.48" if KERNEL_V_3_0_48
    1.73 +    default "3.0.51" if KERNEL_V_3_0_51
    1.74      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.75      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.76      default "2.6.37.6" if KERNEL_V_2_6_37_6