config/kernel/linux.in
changeset 1665 60a47ac6cae1
parent 1664 16076aee9424
child 1702 eff73d8f3ce2
     1.1 --- a/config/kernel/linux.in	Sat Dec 19 12:54:59 2009 +0100
     1.2 +++ b/config/kernel/linux.in	Sat Dec 19 13:00:51 2009 +0100
     1.3 @@ -34,6 +34,30 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_32_2
     1.8 +    bool
     1.9 +    prompt "2.6.32.2"
    1.10 +
    1.11 +config KERNEL_V_2_6_32_1
    1.12 +    bool
    1.13 +    prompt "2.6.32.1"
    1.14 +
    1.15 +config KERNEL_V_2_6_32
    1.16 +    bool
    1.17 +    prompt "2.6.32"
    1.18 +
    1.19 +config KERNEL_V_2_6_31_9
    1.20 +    bool
    1.21 +    prompt "2.6.31.9"
    1.22 +
    1.23 +config KERNEL_V_2_6_31_8
    1.24 +    bool
    1.25 +    prompt "2.6.31.8"
    1.26 +
    1.27 +config KERNEL_V_2_6_31_7
    1.28 +    bool
    1.29 +    prompt "2.6.31.7"
    1.30 +
    1.31  config KERNEL_V_2_6_31_6
    1.32      bool
    1.33      prompt "2.6.31.6"
    1.34 @@ -62,6 +86,10 @@
    1.35      bool
    1.36      prompt "2.6.31"
    1.37  
    1.38 +config KERNEL_V_2_6_30_10
    1.39 +    bool
    1.40 +    prompt "2.6.30.10"
    1.41 +
    1.42  config KERNEL_V_2_6_30_9
    1.43      bool
    1.44      prompt "2.6.30.9"
    1.45 @@ -112,9 +140,9 @@
    1.46      prompt "2.6.28.10 (OBSOLETE)"
    1.47      depends on OBSOLETE
    1.48  
    1.49 -config KERNEL_V_2_6_27_39
    1.50 +config KERNEL_V_2_6_27_42
    1.51      bool
    1.52 -    prompt "2.6.27.39 (long-term stable)"
    1.53 +    prompt "2.6.27.42 (long-term stable)"
    1.54  
    1.55  endchoice
    1.56  
    1.57 @@ -122,6 +150,12 @@
    1.58      string
    1.59  # Don't remove next line
    1.60  # CT_INSERT_VERSION_STRING_BELOW
    1.61 +    default "2.6.32.2" if KERNEL_V_2_6_32_2
    1.62 +    default "2.6.32.1" if KERNEL_V_2_6_32_1
    1.63 +    default "2.6.32" if KERNEL_V_2_6_32
    1.64 +    default "2.6.31.9" if KERNEL_V_2_6_31_9
    1.65 +    default "2.6.31.8" if KERNEL_V_2_6_31_8
    1.66 +    default "2.6.31.7" if KERNEL_V_2_6_31_7
    1.67      default "2.6.31.6" if KERNEL_V_2_6_31_6
    1.68      default "2.6.31.5" if KERNEL_V_2_6_31_5
    1.69      default "2.6.31.4" if KERNEL_V_2_6_31_4
    1.70 @@ -129,6 +163,7 @@
    1.71      default "2.6.31.2" if KERNEL_V_2_6_31_2
    1.72      default "2.6.31.1" if KERNEL_V_2_6_31_1
    1.73      default "2.6.31" if KERNEL_V_2_6_31
    1.74 +    default "2.6.30.10" if KERNEL_V_2_6_30_10
    1.75      default "2.6.30.9" if KERNEL_V_2_6_30_9
    1.76      default "2.6.30.8" if KERNEL_V_2_6_30_8
    1.77      default "2.6.30.7" if KERNEL_V_2_6_30_7
    1.78 @@ -141,7 +176,7 @@
    1.79      default "2.6.30" if KERNEL_V_2_6_30
    1.80      default "2.6.29.6" if KERNEL_V_2_6_29_6
    1.81      default "2.6.28.10" if KERNEL_V_2_6_28_10
    1.82 -    default "2.6.27.39" if KERNEL_V_2_6_27_39
    1.83 +    default "2.6.27.42" if KERNEL_V_2_6_27_42
    1.84  
    1.85  choice
    1.86      bool