kernel/linux: add altest version
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Mar 23 23:11:29 2011 +0100 (2011-03-23)
changeset 2358e876555b5bfe
parent 2357 21025504dbc9
child 2359 4823c9504de0
kernel/linux: add altest version

Fix an incorrect version at the same time... :-(

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Tue Mar 22 18:10:00 2011 +0100
     1.2 +++ b/config/kernel/linux.in	Wed Mar 23 23:11:29 2011 +0100
     1.3 @@ -24,13 +24,21 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_38_1
     1.8 +    bool
     1.9 +    prompt "2.6.38.1"
    1.10 +
    1.11  config KERNEL_V_2_6_38
    1.12      bool
    1.13      prompt "2.6.38"
    1.14  
    1.15 -config KERNEL_V_2_6_37_34
    1.16 +config KERNEL_V_2_6_37_5
    1.17      bool
    1.18 -    prompt "2.6.37.34"
    1.19 +    prompt "2.6.37.5"
    1.20 +
    1.21 +config KERNEL_V_2_6_37_4
    1.22 +    bool
    1.23 +    prompt "2.6.37.4"
    1.24  
    1.25  config KERNEL_V_2_6_37_3
    1.26      bool
    1.27 @@ -79,9 +87,9 @@
    1.28      bool
    1.29      prompt "2.6.33.8"
    1.30  
    1.31 -config KERNEL_V_2_6_32_33
    1.32 +config KERNEL_V_2_6_32_34
    1.33      bool
    1.34 -    prompt "2.6.32.33 (longterm)"
    1.35 +    prompt "2.6.32.34 (longterm)"
    1.36      help
    1.37        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.38        
    1.39 @@ -143,8 +151,10 @@
    1.40      string
    1.41  # Don't remove next line
    1.42  # CT_INSERT_VERSION_STRING_BELOW
    1.43 +    default "2.6.38.1" if KERNEL_V_2_6_38_1
    1.44      default "2.6.38" if KERNEL_V_2_6_38
    1.45 -    default "2.6.37.34" if KERNEL_V_2_6_37_34
    1.46 +    default "2.6.37.5" if KERNEL_V_2_6_37_5
    1.47 +    default "2.6.37.4" if KERNEL_V_2_6_37_4
    1.48      default "2.6.37.3" if KERNEL_V_2_6_37_3
    1.49      default "2.6.37.2" if KERNEL_V_2_6_37_2
    1.50      default "2.6.37.1" if KERNEL_V_2_6_37_1
    1.51 @@ -153,7 +163,7 @@
    1.52      default "2.6.35.11" if KERNEL_V_2_6_35_11
    1.53      default "2.6.34.8" if KERNEL_V_2_6_34_8
    1.54      default "2.6.33.8" if KERNEL_V_2_6_33_8
    1.55 -    default "2.6.32.33" if KERNEL_V_2_6_32_33
    1.56 +    default "2.6.32.34" if KERNEL_V_2_6_32_34
    1.57      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.58      default "2.6.27.58" if KERNEL_V_2_6_27_58
    1.59