config/kernel/linux.in
changeset 1526 b849649bc89d
parent 1500 f1ee20bc057e
child 1534 d4ddf19a1968
     1.1 --- a/config/kernel/linux.in	Sun Aug 30 16:47:51 2009 +0200
     1.2 +++ b/config/kernel/linux.in	Sat Sep 12 11:19:30 2009 +0200
     1.3 @@ -77,9 +77,9 @@
     1.4      prompt "2.6.26.8 (OBSOLETE)"
     1.5      depends on OBSOLETE
     1.6  
     1.7 -config KERNEL_V_2_6_27_31
     1.8 +config KERNEL_V_2_6_27_33
     1.9      bool
    1.10 -    prompt "2.6.27.31 (long-term stable)"
    1.11 +    prompt "2.6.27.33 (long-term stable)"
    1.12  
    1.13  config KERNEL_V_2_6_28_10
    1.14      bool
    1.15 @@ -137,6 +137,14 @@
    1.16      bool
    1.17      prompt "2.6.30.5"
    1.18  
    1.19 +config KERNEL_V_2_6_30_6
    1.20 +    bool
    1.21 +    prompt "2.6.30.6"
    1.22 +
    1.23 +config KERNEL_V_2_6_31
    1.24 +    bool
    1.25 +    prompt "2.6.31"
    1.26 +
    1.27  # CT_INSERT_VERSION_ABOVE
    1.28  # Don't remove above line!
    1.29  
    1.30 @@ -159,7 +167,7 @@
    1.31      default "2.6.24.7" if KERNEL_V_2_6_24_7
    1.32      default "2.6.25.20" if KERNEL_V_2_6_25_20
    1.33      default "2.6.26.8" if KERNEL_V_2_6_26_8
    1.34 -    default "2.6.27.31" if KERNEL_V_2_6_27_31
    1.35 +    default "2.6.27.33" if KERNEL_V_2_6_27_33
    1.36      default "2.6.28.10" if KERNEL_V_2_6_28_10
    1.37      default "2.6.29" if KERNEL_V_2_6_29
    1.38      default "2.6.29.1" if KERNEL_V_2_6_29_1
    1.39 @@ -174,6 +182,8 @@
    1.40      default "2.6.30.3" if KERNEL_V_2_6_30_3
    1.41      default "2.6.30.4" if KERNEL_V_2_6_30_4
    1.42      default "2.6.30.5" if KERNEL_V_2_6_30_5
    1.43 +    default "2.6.30.6" if KERNEL_V_2_6_30_6
    1.44 +    default "2.6.31" if KERNEL_V_2_6_31
    1.45  # CT_INSERT_VERSION_STRING_ABOVE
    1.46  # Don't remove above line!
    1.47      help