kernel/linux: bump versions
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Aug 30 09:43:48 2011 +0200 (2011-08-30)
changeset 26486eb0189d7225
parent 2647 cb0f31fe2535
child 2649 61ec8b08f98d
kernel/linux: bump versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Sun Aug 28 20:12:26 2011 +0200
     1.2 +++ b/config/kernel/linux.in	Tue Aug 30 09:43:48 2011 +0200
     1.3 @@ -26,6 +26,10 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_0,4
     1.8 +    bool
     1.9 +    prompt "3.0,4"
    1.10 +
    1.11  config KERNEL_V_3_0_3
    1.12      bool
    1.13      prompt "3.0.3"
    1.14 @@ -81,17 +85,17 @@
    1.15      bool
    1.16      prompt "2.6.34.10"
    1.17  
    1.18 -config KERNEL_V_2_6_33_18
    1.19 +config KERNEL_V_2_6_33_19
    1.20      bool
    1.21 -    prompt "2.6.33.18"
    1.22 +    prompt "2.6.33.19"
    1.23      help
    1.24        This is primarily for the use of those people who are stuck using the
    1.25        .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
    1.26        is welcome to use this one as well.
    1.27  
    1.28 -config KERNEL_V_2_6_32_45
    1.29 +config KERNEL_V_2_6_32_46
    1.30      bool
    1.31 -    prompt "2.6.32.45 (longterm)"
    1.32 +    prompt "2.6.32.46 (longterm)"
    1.33      help
    1.34        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.35        
    1.36 @@ -153,6 +157,7 @@
    1.37      string
    1.38  # Don't remove next line
    1.39  # CT_INSERT_VERSION_STRING_BELOW
    1.40 +    default "3.0,4" if KERNEL_V_3_0,4
    1.41      default "3.0.3" if KERNEL_V_3_0_3
    1.42      default "3.0.2" if KERNEL_V_3_0_2
    1.43      default "3.0.1" if KERNEL_V_3_0_1
    1.44 @@ -163,8 +168,8 @@
    1.45      default "2.6.36.4" if KERNEL_V_2_6_36_4
    1.46      default "2.6.35.14" if KERNEL_V_2_6_35_14
    1.47      default "2.6.34.10" if KERNEL_V_2_6_34_10
    1.48 -    default "2.6.33.18" if KERNEL_V_2_6_33_18
    1.49 -    default "2.6.32.45" if KERNEL_V_2_6_32_45
    1.50 +    default "2.6.33.19" if KERNEL_V_2_6_33_19
    1.51 +    default "2.6.32.46" if KERNEL_V_2_6_32_46
    1.52      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.53      default "2.6.27.59" if KERNEL_V_2_6_27_59
    1.54      default "custom" if KERNEL_LINUX_CUSTOM