summaryrefslogtreecommitdiff
path: root/config/kernel
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-04-01 20:58:35 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-04-01 20:58:35 (GMT)
commita3078ff7c5e37d6c0c186ed3d800834e26356566 (patch)
treeb20beb3e9e4823d7f5a48c3af95b1d8cd0ea0fd8 /config/kernel
parent811306242cb1503dd617462fb2bf304937c3ddeb (diff)
Allow user to select a non-listed Linux kernel version, as suggested
by Stefan Hallas Andersen <stefande@cisco.com> /trunk/config/kernel/linux.in | 14 14 0 0 ++++++++++++++ 1 file changed, 14 insertions(+)
Diffstat (limited to 'config/kernel')
-rw-r--r--config/kernel/linux.in14
1 files changed, 14 insertions, 0 deletions
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