From a3078ff7c5e37d6c0c186ed3d800834e26356566 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 1 Apr 2009 20:58:35 +0000 Subject: 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 --git a/config/kernel/linux.in b/config/kernel/linux.in index e785946..c95f887 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -208,10 +208,17 @@ config KERNEL_V_2_6_29 # 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 @@ config KERNEL_VERSION 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 -- cgit v0.10.2-6-g49f6