diff -r 0e41968c3463 -r cbfe92452378 config/kernel/linux.in --- a/config/kernel/linux.in Wed Mar 04 18:45:26 2009 +0000 +++ b/config/kernel/linux.in Sat Mar 28 22:27:22 2009 +0000 @@ -69,41 +69,10 @@ prompt "2.6.25.20 (OBSOLETE)" depends on OBSOLETE -config KERNEL_V_2_6_26 - bool - prompt "2.6.26" - -config KERNEL_V_2_6_26_1 - bool - prompt "2.6.26.1" - -config KERNEL_V_2_6_26_2 - bool - prompt "2.6.26.2" - -config KERNEL_V_2_6_26_3 - bool - prompt "2.6.26.3" - -config KERNEL_V_2_6_26_4 - bool - prompt "2.6.26.4" - -config KERNEL_V_2_6_26_5 - bool - prompt "2.6.26.5" - -config KERNEL_V_2_6_26_6 - bool - prompt "2.6.26.6" - -config KERNEL_V_2_6_26_7 - bool - prompt "2.6.26.7" - config KERNEL_V_2_6_26_8 bool - prompt "2.6.26.8" + prompt "2.6.26.8 (OBSOLETE)" + depends on OBSOLETE config KERNEL_V_2_6_27 bool @@ -185,6 +154,14 @@ bool prompt "2.6.27.19" +config KERNEL_V_2_6_27_20 + bool + prompt "2.6.27.20" + +config KERNEL_V_2_6_27_21 + bool + prompt "2.6.27.21" + config KERNEL_V_2_6_28 bool prompt "2.6.28" @@ -217,6 +194,18 @@ bool prompt "2.6.28.7" +config KERNEL_V_2_6_28_8 + bool + prompt "2.6.28.8" + +config KERNEL_V_2_6_28_9 + bool + prompt "2.6.28.9" + +config KERNEL_V_2_6_29 + bool + prompt "2.6.29" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -231,14 +220,6 @@ default "2.6.23.17" if KERNEL_V_2_6_23_17 default "2.6.24.7" if KERNEL_V_2_6_24_7 default "2.6.25.20" if KERNEL_V_2_6_25_20 - default "2.6.26" if KERNEL_V_2_6_26 - default "2.6.26.1" if KERNEL_V_2_6_26_1 - default "2.6.26.2" if KERNEL_V_2_6_26_2 - default "2.6.26.3" if KERNEL_V_2_6_26_3 - default "2.6.26.4" if KERNEL_V_2_6_26_4 - default "2.6.26.5" if KERNEL_V_2_6_26_5 - default "2.6.26.6" if KERNEL_V_2_6_26_6 - default "2.6.26.7" if KERNEL_V_2_6_26_7 default "2.6.26.8" if KERNEL_V_2_6_26_8 default "2.6.27" if KERNEL_V_2_6_27 default "2.6.27.1" if KERNEL_V_2_6_27_1 @@ -260,6 +241,8 @@ default "2.6.27.17" if KERNEL_V_2_6_27_17 default "2.6.27.18" if KERNEL_V_2_6_27_18 default "2.6.27.19" if KERNEL_V_2_6_27_19 + default "2.6.27.20" if KERNEL_V_2_6_27_20 + default "2.6.27.21" if KERNEL_V_2_6_27_21 default "2.6.28" if KERNEL_V_2_6_28 default "2.6.28.1" if KERNEL_V_2_6_28_1 default "2.6.28.2" if KERNEL_V_2_6_28_2 @@ -268,6 +251,9 @@ default "2.6.28.5" if KERNEL_V_2_6_28_5 default "2.6.28.6" if KERNEL_V_2_6_28_6 default "2.6.28.7" if KERNEL_V_2_6_28_7 + default "2.6.28.8" if KERNEL_V_2_6_28_8 + default "2.6.28.9" if KERNEL_V_2_6_28_9 + default "2.6.29" if KERNEL_V_2_6_29 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!