config/kernel/linux.in
changeset 2922 c7fa97debb36
parent 2921 856eacaf0e59
child 2940 a7a9df2662cc
     1.1 --- a/config/kernel/linux.in	Tue Mar 20 18:44:44 2012 +0100
     1.2 +++ b/config/kernel/linux.in	Mon Apr 02 19:50:22 2012 +0200
     1.3 @@ -26,21 +26,25 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_3_1
     1.8 +    bool
     1.9 +    prompt "3.3.1"
    1.10 +
    1.11  config KERNEL_V_3_3
    1.12      bool
    1.13      prompt "3.3"
    1.14  
    1.15 -config KERNEL_V_3_2_12
    1.16 +config KERNEL_V_3_2_14
    1.17      bool
    1.18 -    prompt "3.2.12"
    1.19 +    prompt "3.2.14"
    1.20  
    1.21  config KERNEL_V_3_1_10
    1.22      bool
    1.23      prompt "3.1.10"
    1.24  
    1.25 -config KERNEL_V_3_0_25
    1.26 +config KERNEL_V_3_0_27
    1.27      bool
    1.28 -    prompt "3.0.25"
    1.29 +    prompt "3.0.27"
    1.30  
    1.31  config KERNEL_V_2_6_39_4
    1.32      bool
    1.33 @@ -131,10 +135,11 @@
    1.34      string
    1.35  # Don't remove next line
    1.36  # CT_INSERT_VERSION_STRING_BELOW
    1.37 +    default "3.3.1" if KERNEL_V_3_3_1
    1.38      default "3.3" if KERNEL_V_3_3
    1.39 -    default "3.2.12" if KERNEL_V_3_2_12
    1.40 +    default "3.2.14" if KERNEL_V_3_2_14
    1.41      default "3.1.10" if KERNEL_V_3_1_10
    1.42 -    default "3.0.25" if KERNEL_V_3_0_25
    1.43 +    default "3.0.27" if KERNEL_V_3_0_27
    1.44      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.45      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.46      default "2.6.37.6" if KERNEL_V_2_6_37_6