diff -r cbfe92452378 -r 71ee86230f42 config/kernel/linux.in --- a/config/kernel/linux.in Sat Mar 28 22:27:22 2009 +0000 +++ b/config/kernel/linux.in Wed Apr 01 20:58:35 2009 +0000 @@ -208,10 +208,17 @@ # 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 @@ -256,6 +263,13 @@ default "2.6.29" if KERNEL_V_2_6_29 # 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