summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index f96f589..717c1de 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -31,6 +31,8 @@ config KERNEL_LINUX_INSTALL_CHECK
choice
bool
prompt "Linux kernel version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
config KERNEL_V_2_6_31
bool
@@ -145,9 +147,6 @@ config KERNEL_V_2_6_18_8
prompt "2.6.18.8 (OBSOLETE)"
depends on OBSOLETE
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
-
config KERNEL_V_select
bool
prompt "Other version (EXPERIMENTAL)"
@@ -158,6 +157,8 @@ endchoice
config KERNEL_VERSION
string
prompt "Kernel version" if KERNEL_V_select
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "2.6.31" if KERNEL_V_2_6_31
default "2.6.30.6" if KERNEL_V_2_6_30_6
default "2.6.30.5" if KERNEL_V_2_6_30_5
@@ -184,8 +185,6 @@ config KERNEL_VERSION
default "2.6.20.21" if KERNEL_V_2_6_20_21
default "2.6.19.7" if KERNEL_V_2_6_19_7
default "2.6.18.8" if KERNEL_V_2_6_18_8
-# 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: