config/kernel/linux.in
changeset 2337 236e33eda764
parent 2325 046b36207331
child 2356 c151f8803461
     1.1 --- a/config/kernel/linux.in	Sun Feb 27 22:14:12 2011 +0100
     1.2 +++ b/config/kernel/linux.in	Sat Mar 19 22:24:29 2011 +0100
     1.3 @@ -24,6 +24,18 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_38
     1.8 +    bool
     1.9 +    prompt "2.6.38"
    1.10 +
    1.11 +config KERNEL_V_2_6_37_34
    1.12 +    bool
    1.13 +    prompt "2.6.37.34"
    1.14 +
    1.15 +config KERNEL_V_2_6_37_3
    1.16 +    bool
    1.17 +    prompt "2.6.37.3"
    1.18 +
    1.19  config KERNEL_V_2_6_37_2
    1.20      bool
    1.21      prompt "2.6.37.2"
    1.22 @@ -67,9 +79,9 @@
    1.23      bool
    1.24      prompt "2.6.33.7"
    1.25  
    1.26 -config KERNEL_V_2_6_32_29
    1.27 +config KERNEL_V_2_6_32_33
    1.28      bool
    1.29 -    prompt "2.6.32.29 (longterm)"
    1.30 +    prompt "2.6.32.33 (longterm)"
    1.31      help
    1.32        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.33        
    1.34 @@ -131,6 +143,9 @@
    1.35      string
    1.36  # Don't remove next line
    1.37  # CT_INSERT_VERSION_STRING_BELOW
    1.38 +    default "2.6.38" if KERNEL_V_2_6_38
    1.39 +    default "2.6.37.34" if KERNEL_V_2_6_37_34
    1.40 +    default "2.6.37.3" if KERNEL_V_2_6_37_3
    1.41      default "2.6.37.2" if KERNEL_V_2_6_37_2
    1.42      default "2.6.37.1" if KERNEL_V_2_6_37_1
    1.43      default "2.6.37" if KERNEL_V_2_6_37
    1.44 @@ -138,7 +153,7 @@
    1.45      default "2.6.35.11" if KERNEL_V_2_6_35_11
    1.46      default "2.6.34.8" if KERNEL_V_2_6_34_8
    1.47      default "2.6.33.7" if KERNEL_V_2_6_33_7
    1.48 -    default "2.6.32.29" if KERNEL_V_2_6_32_29
    1.49 +    default "2.6.32.33" if KERNEL_V_2_6_32_33
    1.50      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.51      default "2.6.27.58" if KERNEL_V_2_6_27_58
    1.52