diff -r 0e41968c3463 -r c4d124ed9f8e config/kernel/linux.in --- a/config/kernel/linux.in Wed Mar 04 18:45:26 2009 +0000 +++ b/config/kernel/linux.in Sun Apr 19 16:17:11 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,12 +194,35 @@ 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" + +config KERNEL_V_2_6_29_1 + bool + prompt "2.6.29.1" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! + +config KERNEL_V_select + bool + prompt "Other version (EXPERIMENTAL)" + depends on EXPERIMENTAL + endchoice config KERNEL_VERSION string + prompt "Kernel version" if KERNEL_V_select default "2.6.18.8" if KERNEL_V_2_6_18_8 default "2.6.19.7" if KERNEL_V_2_6_19_7 default "2.6.20.21" if KERNEL_V_2_6_20_21 @@ -231,14 +231,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 +252,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,8 +262,19 @@ 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 + default "2.6.29.1" if KERNEL_V_2_6_29_1 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! + help + Enter here the kernel version you want to use, if it is + not listed above. Something like V.P.S or V.P.S.E, where: + V: VERSION + P: PATCHLEVEL + S: SUBLEVEL + E: EXTRAVERSION choice bool