config/kernel/linux.in
changeset 1435 78a899c028c4
parent 1350 29cdf662fad4
child 1472 96d73cd56e6c
     1.1 --- a/config/kernel/linux.in	Sun May 24 16:21:29 2009 +0000
     1.2 +++ b/config/kernel/linux.in	Sun Aug 02 23:33:35 2009 +0200
     1.3 @@ -76,9 +76,9 @@
     1.4      prompt "2.6.26.8 (OBSOLETE)"
     1.5      depends on OBSOLETE
     1.6  
     1.7 -config KERNEL_V_2_6_27_24
     1.8 +config KERNEL_V_2_6_27_29
     1.9      bool
    1.10 -    prompt "2.6.27.24"
    1.11 +    prompt "2.6.27.29 (long-term stable)"
    1.12  
    1.13  config KERNEL_V_2_6_28_10
    1.14      bool
    1.15 @@ -104,6 +104,34 @@
    1.16      bool
    1.17      prompt "2.6.29.4"
    1.18  
    1.19 +config KERNEL_V_2_6_29_5
    1.20 +    bool
    1.21 +    prompt "2.6.29.5"
    1.22 +
    1.23 +config KERNEL_V_2_6_29_6
    1.24 +    bool
    1.25 +    prompt "2.6.29.6"
    1.26 +
    1.27 +config KERNEL_V_2_6_30
    1.28 +    bool
    1.29 +    prompt "2.6.30"
    1.30 +
    1.31 +config KERNEL_V_2_6_30_1
    1.32 +    bool
    1.33 +    prompt "2.6.30.1"
    1.34 +
    1.35 +config KERNEL_V_2_6_30_2
    1.36 +    bool
    1.37 +    prompt "2.6.30.2"
    1.38 +
    1.39 +config KERNEL_V_2_6_30_3
    1.40 +    bool
    1.41 +    prompt "2.6.30.3"
    1.42 +
    1.43 +config KERNEL_V_2_6_30_4
    1.44 +    bool
    1.45 +    prompt "2.6.30.4"
    1.46 +
    1.47  # CT_INSERT_VERSION_ABOVE
    1.48  # Don't remove above line!
    1.49  
    1.50 @@ -126,13 +154,20 @@
    1.51      default "2.6.24.7" if KERNEL_V_2_6_24_7
    1.52      default "2.6.25.20" if KERNEL_V_2_6_25_20
    1.53      default "2.6.26.8" if KERNEL_V_2_6_26_8
    1.54 -    default "2.6.27.24" if KERNEL_V_2_6_27_24
    1.55 +    default "2.6.27.29" if KERNEL_V_2_6_27_29
    1.56      default "2.6.28.10" if KERNEL_V_2_6_28_10
    1.57      default "2.6.29" if KERNEL_V_2_6_29
    1.58      default "2.6.29.1" if KERNEL_V_2_6_29_1
    1.59      default "2.6.29.2" if KERNEL_V_2_6_29_2
    1.60      default "2.6.29.3" if KERNEL_V_2_6_29_3
    1.61      default "2.6.29.4" if KERNEL_V_2_6_29_4
    1.62 +    default "2.6.29.5" if KERNEL_V_2_6_29_5
    1.63 +    default "2.6.29.6" if KERNEL_V_2_6_29_6
    1.64 +    default "2.6.30" if KERNEL_V_2_6_30
    1.65 +    default "2.6.30.1" if KERNEL_V_2_6_30_1
    1.66 +    default "2.6.30.2" if KERNEL_V_2_6_30_2
    1.67 +    default "2.6.30.3" if KERNEL_V_2_6_30_3
    1.68 +    default "2.6.30.4" if KERNEL_V_2_6_30_4
    1.69  # CT_INSERT_VERSION_STRING_ABOVE
    1.70  # Don't remove above line!
    1.71      help