config/kernel/linux.in
changeset 2610 08af6f1c2a3b
parent 2603 461b9c476104
child 2648 6eb0189d7225
     1.1 --- a/config/kernel/linux.in	Sun Aug 14 19:59:02 2011 +0200
     1.2 +++ b/config/kernel/linux.in	Thu Aug 18 00:03:02 2011 +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_0_3
     1.8 +    bool
     1.9 +    prompt "3.0.3"
    1.10 +
    1.11 +config KERNEL_V_3_0_2
    1.12 +    bool
    1.13 +    prompt "3.0.2"
    1.14 +
    1.15  config KERNEL_V_3_0_1
    1.16      bool
    1.17      prompt "3.0.1"
    1.18 @@ -73,17 +81,17 @@
    1.19      bool
    1.20      prompt "2.6.34.10"
    1.21  
    1.22 -config KERNEL_V_2_6_33_17
    1.23 +config KERNEL_V_2_6_33_18
    1.24      bool
    1.25 -    prompt "2.6.33.17"
    1.26 +    prompt "2.6.33.18"
    1.27      help
    1.28        This is primarily for the use of those people who are stuck using the
    1.29        .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
    1.30        is welcome to use this one as well.
    1.31  
    1.32 -config KERNEL_V_2_6_32_44
    1.33 +config KERNEL_V_2_6_32_45
    1.34      bool
    1.35 -    prompt "2.6.32.44 (longterm)"
    1.36 +    prompt "2.6.32.45 (longterm)"
    1.37      help
    1.38        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.39        
    1.40 @@ -145,6 +153,8 @@
    1.41      string
    1.42  # Don't remove next line
    1.43  # CT_INSERT_VERSION_STRING_BELOW
    1.44 +    default "3.0.3" if KERNEL_V_3_0_3
    1.45 +    default "3.0.2" if KERNEL_V_3_0_2
    1.46      default "3.0.1" if KERNEL_V_3_0_1
    1.47      default "3.0" if KERNEL_V_3_0
    1.48      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.49 @@ -153,8 +163,8 @@
    1.50      default "2.6.36.4" if KERNEL_V_2_6_36_4
    1.51      default "2.6.35.14" if KERNEL_V_2_6_35_14
    1.52      default "2.6.34.10" if KERNEL_V_2_6_34_10
    1.53 -    default "2.6.33.17" if KERNEL_V_2_6_33_17
    1.54 -    default "2.6.32.44" if KERNEL_V_2_6_32_44
    1.55 +    default "2.6.33.18" if KERNEL_V_2_6_33_18
    1.56 +    default "2.6.32.45" if KERNEL_V_2_6_32_45
    1.57      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.58      default "2.6.27.59" if KERNEL_V_2_6_27_59
    1.59      default "custom" if KERNEL_LINUX_CUSTOM