config/kernel/linux.in
changeset 1275 cbfe92452378
parent 1227 0e41968c3463
child 1284 71ee86230f42
     1.1 --- a/config/kernel/linux.in	Wed Mar 04 18:45:26 2009 +0000
     1.2 +++ b/config/kernel/linux.in	Sat Mar 28 22:27:22 2009 +0000
     1.3 @@ -69,41 +69,10 @@
     1.4      prompt "2.6.25.20 (OBSOLETE)"
     1.5      depends on OBSOLETE
     1.6  
     1.7 -config KERNEL_V_2_6_26
     1.8 -    bool
     1.9 -    prompt "2.6.26"
    1.10 -
    1.11 -config KERNEL_V_2_6_26_1
    1.12 -    bool
    1.13 -    prompt "2.6.26.1"
    1.14 -
    1.15 -config KERNEL_V_2_6_26_2
    1.16 -    bool
    1.17 -    prompt "2.6.26.2"
    1.18 -
    1.19 -config KERNEL_V_2_6_26_3
    1.20 -    bool
    1.21 -    prompt "2.6.26.3"
    1.22 -
    1.23 -config KERNEL_V_2_6_26_4
    1.24 -    bool
    1.25 -    prompt "2.6.26.4"
    1.26 -
    1.27 -config KERNEL_V_2_6_26_5
    1.28 -    bool
    1.29 -    prompt "2.6.26.5"
    1.30 -
    1.31 -config KERNEL_V_2_6_26_6
    1.32 -    bool
    1.33 -    prompt "2.6.26.6"
    1.34 -
    1.35 -config KERNEL_V_2_6_26_7
    1.36 -    bool
    1.37 -    prompt "2.6.26.7"
    1.38 -
    1.39  config KERNEL_V_2_6_26_8
    1.40      bool
    1.41 -    prompt "2.6.26.8"
    1.42 +    prompt "2.6.26.8 (OBSOLETE)"
    1.43 +    depends on OBSOLETE
    1.44  
    1.45  config KERNEL_V_2_6_27
    1.46      bool
    1.47 @@ -185,6 +154,14 @@
    1.48      bool
    1.49      prompt "2.6.27.19"
    1.50  
    1.51 +config KERNEL_V_2_6_27_20
    1.52 +    bool
    1.53 +    prompt "2.6.27.20"
    1.54 +
    1.55 +config KERNEL_V_2_6_27_21
    1.56 +    bool
    1.57 +    prompt "2.6.27.21"
    1.58 +
    1.59  config KERNEL_V_2_6_28
    1.60      bool
    1.61      prompt "2.6.28"
    1.62 @@ -217,6 +194,18 @@
    1.63      bool
    1.64      prompt "2.6.28.7"
    1.65  
    1.66 +config KERNEL_V_2_6_28_8
    1.67 +    bool
    1.68 +    prompt "2.6.28.8"
    1.69 +
    1.70 +config KERNEL_V_2_6_28_9
    1.71 +    bool
    1.72 +    prompt "2.6.28.9"
    1.73 +
    1.74 +config KERNEL_V_2_6_29
    1.75 +    bool
    1.76 +    prompt "2.6.29"
    1.77 +
    1.78  # CT_INSERT_VERSION_ABOVE
    1.79  # Don't remove above line!
    1.80  endchoice
    1.81 @@ -231,14 +220,6 @@
    1.82      default "2.6.23.17" if KERNEL_V_2_6_23_17
    1.83      default "2.6.24.7" if KERNEL_V_2_6_24_7
    1.84      default "2.6.25.20" if KERNEL_V_2_6_25_20
    1.85 -    default "2.6.26" if KERNEL_V_2_6_26
    1.86 -    default "2.6.26.1" if KERNEL_V_2_6_26_1
    1.87 -    default "2.6.26.2" if KERNEL_V_2_6_26_2
    1.88 -    default "2.6.26.3" if KERNEL_V_2_6_26_3
    1.89 -    default "2.6.26.4" if KERNEL_V_2_6_26_4
    1.90 -    default "2.6.26.5" if KERNEL_V_2_6_26_5
    1.91 -    default "2.6.26.6" if KERNEL_V_2_6_26_6
    1.92 -    default "2.6.26.7" if KERNEL_V_2_6_26_7
    1.93      default "2.6.26.8" if KERNEL_V_2_6_26_8
    1.94      default "2.6.27" if KERNEL_V_2_6_27
    1.95      default "2.6.27.1" if KERNEL_V_2_6_27_1
    1.96 @@ -260,6 +241,8 @@
    1.97      default "2.6.27.17" if KERNEL_V_2_6_27_17
    1.98      default "2.6.27.18" if KERNEL_V_2_6_27_18
    1.99      default "2.6.27.19" if KERNEL_V_2_6_27_19
   1.100 +    default "2.6.27.20" if KERNEL_V_2_6_27_20
   1.101 +    default "2.6.27.21" if KERNEL_V_2_6_27_21
   1.102      default "2.6.28" if KERNEL_V_2_6_28
   1.103      default "2.6.28.1" if KERNEL_V_2_6_28_1
   1.104      default "2.6.28.2" if KERNEL_V_2_6_28_2
   1.105 @@ -268,6 +251,9 @@
   1.106      default "2.6.28.5" if KERNEL_V_2_6_28_5
   1.107      default "2.6.28.6" if KERNEL_V_2_6_28_6
   1.108      default "2.6.28.7" if KERNEL_V_2_6_28_7
   1.109 +    default "2.6.28.8" if KERNEL_V_2_6_28_8
   1.110 +    default "2.6.28.9" if KERNEL_V_2_6_28_9
   1.111 +    default "2.6.29" if KERNEL_V_2_6_29
   1.112  # CT_INSERT_VERSION_STRING_ABOVE
   1.113  # Don't remove above line!
   1.114