summaryrefslogtreecommitdiff
path: root/config/kernel
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-13 16:38:06 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-13 16:38:06 (GMT)
commit0c6375595702e370b3e5784eabdc87f0f5282fed (patch)
tree17070ee50f852e9e9a4d9457ec545e441126ac29 /config/kernel
parentcaeb4ada2387a8750acba9c514f0f356e142e777 (diff)
scripts: add new version at top of choice
Add new versions at the top of the choice menu, not at the bottom.
Diffstat (limited to 'config/kernel')
-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: