# HG changeset patch # User "Yann E. MORIN" # Date 1238619515 0 # Node ID 71ee86230f427c80c75b5c0cba4d1bbc692314eb # Parent f5e7ce8f57935fe261785666c5af2d6eb741da87 Allow user to select a non-listed Linux kernel version, as suggested by Stefan Hallas Andersen /trunk/config/kernel/linux.in | 14 14 0 0 ++++++++++++++ 1 file changed, 14 insertions(+) diff -r f5e7ce8f5793 -r 71ee86230f42 config/kernel/linux.in --- a/config/kernel/linux.in Tue Mar 31 17:05:01 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