/trunk:
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 24 16:21:29 2009 +0000 (2009-05-24)
changeset 135029cdf662fad4
parent 1349 e82da02e9ee7
child 1351 5244f852f601
/trunk:
- update the Linux kernel versions.

-------- diffstat follows --------
/trunk/config/kernel/linux.in | 67 13 54 0 ++++++++++---------------------------------------
1 file changed, 13 insertions(+), 54 deletions(-)
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Thu May 21 13:49:30 2009 +0000
     1.2 +++ b/config/kernel/linux.in	Sun May 24 16:21:29 2009 +0000
     1.3 @@ -76,50 +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_22
     1.8 +config KERNEL_V_2_6_27_24
     1.9      bool
    1.10 -    prompt "2.6.27.22 (OBSOLETE)"
    1.11 -    depends on OBSOLETE
    1.12 -
    1.13 -config KERNEL_V_2_6_28
    1.14 -    bool
    1.15 -    prompt "2.6.28"
    1.16 -
    1.17 -config KERNEL_V_2_6_28_1
    1.18 -    bool
    1.19 -    prompt "2.6.28.1"
    1.20 -
    1.21 -config KERNEL_V_2_6_28_2
    1.22 -    bool
    1.23 -    prompt "2.6.28.2"
    1.24 -
    1.25 -config KERNEL_V_2_6_28_3
    1.26 -    bool
    1.27 -    prompt "2.6.28.3"
    1.28 -
    1.29 -config KERNEL_V_2_6_28_4
    1.30 -    bool
    1.31 -    prompt "2.6.28.4"
    1.32 -
    1.33 -config KERNEL_V_2_6_28_5
    1.34 -    bool
    1.35 -    prompt "2.6.28.5"
    1.36 -
    1.37 -config KERNEL_V_2_6_28_6
    1.38 -    bool
    1.39 -    prompt "2.6.28.6"
    1.40 -
    1.41 -config KERNEL_V_2_6_28_7
    1.42 -    bool
    1.43 -    prompt "2.6.28.7"
    1.44 -
    1.45 -config KERNEL_V_2_6_28_8
    1.46 -    bool
    1.47 -    prompt "2.6.28.8"
    1.48 -
    1.49 -config KERNEL_V_2_6_28_9
    1.50 -    bool
    1.51 -    prompt "2.6.28.9"
    1.52 +    prompt "2.6.27.24"
    1.53  
    1.54  config KERNEL_V_2_6_28_10
    1.55      bool
    1.56 @@ -137,6 +96,14 @@
    1.57      bool
    1.58      prompt "2.6.29.2"
    1.59  
    1.60 +config KERNEL_V_2_6_29_3
    1.61 +    bool
    1.62 +    prompt "2.6.29.3"
    1.63 +
    1.64 +config KERNEL_V_2_6_29_4
    1.65 +    bool
    1.66 +    prompt "2.6.29.4"
    1.67 +
    1.68  # CT_INSERT_VERSION_ABOVE
    1.69  # Don't remove above line!
    1.70  
    1.71 @@ -159,21 +126,13 @@
    1.72      default "2.6.24.7" if KERNEL_V_2_6_24_7
    1.73      default "2.6.25.20" if KERNEL_V_2_6_25_20
    1.74      default "2.6.26.8" if KERNEL_V_2_6_26_8
    1.75 -    default "2.6.27.22" if KERNEL_V_2_6_27_22
    1.76 -    default "2.6.28" if KERNEL_V_2_6_28
    1.77 -    default "2.6.28.1" if KERNEL_V_2_6_28_1
    1.78 -    default "2.6.28.2" if KERNEL_V_2_6_28_2
    1.79 -    default "2.6.28.3" if KERNEL_V_2_6_28_3
    1.80 -    default "2.6.28.4" if KERNEL_V_2_6_28_4
    1.81 -    default "2.6.28.5" if KERNEL_V_2_6_28_5
    1.82 -    default "2.6.28.6" if KERNEL_V_2_6_28_6
    1.83 -    default "2.6.28.7" if KERNEL_V_2_6_28_7
    1.84 -    default "2.6.28.8" if KERNEL_V_2_6_28_8
    1.85 -    default "2.6.28.9" if KERNEL_V_2_6_28_9
    1.86 +    default "2.6.27.24" if KERNEL_V_2_6_27_24
    1.87      default "2.6.28.10" if KERNEL_V_2_6_28_10
    1.88      default "2.6.29" if KERNEL_V_2_6_29
    1.89      default "2.6.29.1" if KERNEL_V_2_6_29_1
    1.90      default "2.6.29.2" if KERNEL_V_2_6_29_2
    1.91 +    default "2.6.29.3" if KERNEL_V_2_6_29_3
    1.92 +    default "2.6.29.4" if KERNEL_V_2_6_29_4
    1.93  # CT_INSERT_VERSION_STRING_ABOVE
    1.94  # Don't remove above line!
    1.95      help