config/kernel/linux.in
changeset 3166 09c2753d46ca
parent 3155 d988235eab7b
child 3175 efad82bf7b9b
     1.1 --- a/config/kernel/linux.in	Mon Jan 07 00:58:13 2013 +0100
     1.2 +++ b/config/kernel/linux.in	Fri Jan 18 15:15:13 2013 +0100
     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_7_3
     1.8 +    bool
     1.9 +    prompt "3.7.3"
    1.10 +
    1.11 +config KERNEL_V_3_7_2
    1.12 +    bool
    1.13 +    prompt "3.7.2"
    1.14 +
    1.15  config KERNEL_V_3_7_1
    1.16      bool
    1.17      prompt "3.7.1"
    1.18 @@ -42,25 +50,25 @@
    1.19      bool
    1.20      prompt "3.5.7"
    1.21  
    1.22 -config KERNEL_V_3_4_24
    1.23 +config KERNEL_V_3_4_26
    1.24      bool
    1.25 -    prompt "3.4.24"
    1.26 +    prompt "3.4.26"
    1.27  
    1.28  config KERNEL_V_3_3_8
    1.29      bool
    1.30      prompt "3.3.8"
    1.31  
    1.32 -config KERNEL_V_3_2_36
    1.33 +config KERNEL_V_3_2_37
    1.34      bool
    1.35 -    prompt "3.2.36"
    1.36 +    prompt "3.2.37"
    1.37  
    1.38  config KERNEL_V_3_1_10
    1.39      bool
    1.40      prompt "3.1.10"
    1.41  
    1.42 -config KERNEL_V_3_0_57
    1.43 +config KERNEL_V_3_0_59
    1.44      bool
    1.45 -    prompt "3.0.57"
    1.46 +    prompt "3.0.59"
    1.47  
    1.48  config KERNEL_V_2_6_39_4
    1.49      bool
    1.50 @@ -151,15 +159,17 @@
    1.51      string
    1.52  # Don't remove next line
    1.53  # CT_INSERT_VERSION_STRING_BELOW
    1.54 +    default "3.7.3" if KERNEL_V_3_7_3
    1.55 +    default "3.7.2" if KERNEL_V_3_7_2
    1.56      default "3.7.1" if KERNEL_V_3_7_1
    1.57      default "3.7" if KERNEL_V_3_7
    1.58      default "3.6.11" if KERNEL_V_3_6_11
    1.59      default "3.5.7" if KERNEL_V_3_5_7
    1.60 -    default "3.4.24" if KERNEL_V_3_4_24
    1.61 +    default "3.4.26" if KERNEL_V_3_4_26
    1.62      default "3.3.8" if KERNEL_V_3_3_8
    1.63 -    default "3.2.36" if KERNEL_V_3_2_36
    1.64 +    default "3.2.37" if KERNEL_V_3_2_37
    1.65      default "3.1.10" if KERNEL_V_3_1_10
    1.66 -    default "3.0.57" if KERNEL_V_3_0_57
    1.67 +    default "3.0.59" if KERNEL_V_3_0_59
    1.68      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.69      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.70      default "2.6.37.6" if KERNEL_V_2_6_37_6