summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-02-14 22:42:37 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-02-14 22:42:37 (GMT)
commit27a35f6d84f70aabf56aa0d136af6b3e2a9466b8 (patch)
tree6bd5481151a34f0d8f136cadd207349b57e9a5cc /config
parent8796440ca68bf72091c11a596dbe2551f4cb67c1 (diff)
Add latest kernel versions (Robert P. J. DAY).
Diffstat (limited to 'config')
-rw-r--r--config/kernel_linux_headers_install.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/kernel_linux_headers_install.in b/config/kernel_linux_headers_install.in
index 9a3614e..bc6f124 100644
--- a/config/kernel_linux_headers_install.in
+++ b/config/kernel_linux_headers_install.in
@@ -85,6 +85,20 @@ config KERNEL_INSTALL_V_2_6_23_1
prompt "2.6.23.1"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
+config KERNEL_INSTALL_V_2_6_24
+ bool
+ prompt "2.6.24"
+
+config KERNEL_INSTALL_V_2_6_24_1
+ bool
+ prompt "2.6.24.1"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
+config KERNEL_INSTALL_V_2_6_24_2
+ bool
+ prompt "2.6.24.2"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -108,6 +122,9 @@ config KERNEL_VERSION
default "2.6.22.10" if KERNEL_INSTALL_V_2_6_22_10
default "2.6.23" if KERNEL_INSTALL_V_2_6_23
default "2.6.23.1" if KERNEL_INSTALL_V_2_6_23_1
+ default "2.6.24" if KERNEL_INSTALL_V_2_6_24
+ default "2.6.24.1" if KERNEL_INSTALL_V_2_6_24_1
+ default "2.6.24.2" if KERNEL_INSTALL_V_2_6_24_2
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!