config/kernel/linux.in
changeset 3086 946d6d133a90
parent 3069 0680e81009be
child 3114 8453ccdc5098
     1.1 --- a/config/kernel/linux.in	Thu Oct 11 16:11:35 2012 +0200
     1.2 +++ b/config/kernel/linux.in	Mon Oct 22 22:40:01 2012 +0200
     1.3 @@ -26,6 +26,14 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_6_3
     1.8 +    bool
     1.9 +    prompt "3.6.3"
    1.10 +
    1.11 +config KERNEL_V_3_6_2
    1.12 +    bool
    1.13 +    prompt "3.6.2"
    1.14 +
    1.15  config KERNEL_V_3_6_1
    1.16      bool
    1.17      prompt "3.6.1"
    1.18 @@ -34,29 +42,29 @@
    1.19      bool
    1.20      prompt "3.6"
    1.21  
    1.22 -config KERNEL_V_3_5_6
    1.23 +config KERNEL_V_3_5_7
    1.24      bool
    1.25 -    prompt "3.5.6"
    1.26 +    prompt "3.5.7"
    1.27  
    1.28 -config KERNEL_V_3_4_13
    1.29 +config KERNEL_V_3_4_15
    1.30      bool
    1.31 -    prompt "3.4.13"
    1.32 +    prompt "3.4.15"
    1.33  
    1.34  config KERNEL_V_3_3_8
    1.35      bool
    1.36      prompt "3.3.8"
    1.37  
    1.38 -config KERNEL_V_3_2_31
    1.39 +config KERNEL_V_3_2_32
    1.40      bool
    1.41 -    prompt "3.2.31"
    1.42 +    prompt "3.2.32"
    1.43  
    1.44  config KERNEL_V_3_1_10
    1.45      bool
    1.46      prompt "3.1.10"
    1.47  
    1.48 -config KERNEL_V_3_0_45
    1.49 +config KERNEL_V_3_0_48
    1.50      bool
    1.51 -    prompt "3.0.45"
    1.52 +    prompt "3.0.48"
    1.53  
    1.54  config KERNEL_V_2_6_39_4
    1.55      bool
    1.56 @@ -147,14 +155,16 @@
    1.57      string
    1.58  # Don't remove next line
    1.59  # CT_INSERT_VERSION_STRING_BELOW
    1.60 +    default "3.6.3" if KERNEL_V_3_6_3
    1.61 +    default "3.6.2" if KERNEL_V_3_6_2
    1.62      default "3.6.1" if KERNEL_V_3_6_1
    1.63      default "3.6" if KERNEL_V_3_6
    1.64 -    default "3.5.6" if KERNEL_V_3_5_6
    1.65 -    default "3.4.13" if KERNEL_V_3_4_13
    1.66 +    default "3.5.7" if KERNEL_V_3_5_7
    1.67 +    default "3.4.15" if KERNEL_V_3_4_15
    1.68      default "3.3.8" if KERNEL_V_3_3_8
    1.69 -    default "3.2.31" if KERNEL_V_3_2_31
    1.70 +    default "3.2.32" if KERNEL_V_3_2_32
    1.71      default "3.1.10" if KERNEL_V_3_1_10
    1.72 -    default "3.0.45" if KERNEL_V_3_0_45
    1.73 +    default "3.0.48" if KERNEL_V_3_0_48
    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