config/kernel/linux.in
changeset 1543 2cc7b9556b39
parent 1535 073d351bdcd3
child 1603 e0ef539e23d9
child 1666 bf0dca8650a4
     1.1 --- a/config/kernel/linux.in	Sun Sep 13 18:38:06 2009 +0200
     1.2 +++ b/config/kernel/linux.in	Sat Sep 26 12:46:41 2009 +0200
     1.3 @@ -34,10 +34,22 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_31_1
     1.8 +    bool
     1.9 +    prompt "2.6.31.1"
    1.10 +
    1.11  config KERNEL_V_2_6_31
    1.12      bool
    1.13      prompt "2.6.31"
    1.14  
    1.15 +config KERNEL_V_3_6_30_8
    1.16 +    bool
    1.17 +    prompt "3.6.30.8"
    1.18 +
    1.19 +config KERNEL_V_3_6_30_7
    1.20 +    bool
    1.21 +    prompt "3.6.30.7"
    1.22 +
    1.23  config KERNEL_V_2_6_30_6
    1.24      bool
    1.25      prompt "2.6.30.6"
    1.26 @@ -70,37 +82,13 @@
    1.27      bool
    1.28      prompt "2.6.29.6"
    1.29  
    1.30 -config KERNEL_V_2_6_29_5
    1.31 -    bool
    1.32 -    prompt "2.6.29.5"
    1.33 -
    1.34 -config KERNEL_V_2_6_29_4
    1.35 -    bool
    1.36 -    prompt "2.6.29.4"
    1.37 -
    1.38 -config KERNEL_V_2_6_29_3
    1.39 -    bool
    1.40 -    prompt "2.6.29.3"
    1.41 -
    1.42 -config KERNEL_V_2_6_29_2
    1.43 -    bool
    1.44 -    prompt "2.6.29.2"
    1.45 -
    1.46 -config KERNEL_V_2_6_29_1
    1.47 -    bool
    1.48 -    prompt "2.6.29.1"
    1.49 -
    1.50 -config KERNEL_V_2_6_29
    1.51 -    bool
    1.52 -    prompt "2.6.29"
    1.53 -
    1.54  config KERNEL_V_2_6_28_10
    1.55      bool
    1.56      prompt "2.6.28.10"
    1.57  
    1.58 -config KERNEL_V_2_6_27_33
    1.59 +config KERNEL_V_2_6_27_35
    1.60      bool
    1.61 -    prompt "2.6.27.33 (long-term stable)"
    1.62 +    prompt "2.6.27.35 (long-term stable)"
    1.63  
    1.64  config KERNEL_V_2_6_26_8
    1.65      bool
    1.66 @@ -159,7 +147,10 @@
    1.67      prompt "Kernel version" if KERNEL_V_select
    1.68  # Don't remove next line
    1.69  # CT_INSERT_VERSION_STRING_BELOW
    1.70 +    default "2.6.31.1" if KERNEL_V_2_6_31_1
    1.71      default "2.6.31" if KERNEL_V_2_6_31
    1.72 +    default "3.6.30.8" if KERNEL_V_3_6_30_8
    1.73 +    default "3.6.30.7" if KERNEL_V_3_6_30_7
    1.74      default "2.6.30.6" if KERNEL_V_2_6_30_6
    1.75      default "2.6.30.5" if KERNEL_V_2_6_30_5
    1.76      default "2.6.30.4" if KERNEL_V_2_6_30_4
    1.77 @@ -168,14 +159,9 @@
    1.78      default "2.6.30.1" if KERNEL_V_2_6_30_1
    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.29.5" if KERNEL_V_2_6_29_5
    1.82 -    default "2.6.29.4" if KERNEL_V_2_6_29_4
    1.83 -    default "2.6.29.3" if KERNEL_V_2_6_29_3
    1.84 -    default "2.6.29.2" if KERNEL_V_2_6_29_2
    1.85 -    default "2.6.29.1" if KERNEL_V_2_6_29_1
    1.86      default "2.6.29" if KERNEL_V_2_6_29
    1.87      default "2.6.28.10" if KERNEL_V_2_6_28_10
    1.88 -    default "2.6.27.33" if KERNEL_V_2_6_27_33
    1.89 +    default "2.6.27.35" if KERNEL_V_2_6_27_35
    1.90      default "2.6.26.8" if KERNEL_V_2_6_26_8
    1.91      default "2.6.25.20" if KERNEL_V_2_6_25_20
    1.92      default "2.6.24.7" if KERNEL_V_2_6_24_7