summaryrefslogtreecommitdiff
path: root/config/kernel_linux_headers_install.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-29 16:43:13 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-29 16:43:13 (GMT)
commitff9c9cf14152653ad27726149d0a28cc4e4ec917 (patch)
treece364d00d0b42b3fcffba42998ebe697bda5a123 /config/kernel_linux_headers_install.in
parent8891e25cd613eea0f06d409b151cd026338b4734 (diff)
Add linux-2.6.22.{8,9}.
Diffstat (limited to 'config/kernel_linux_headers_install.in')
-rw-r--r--config/kernel_linux_headers_install.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/kernel_linux_headers_install.in b/config/kernel_linux_headers_install.in
index 12cdb19..c080121 100644
--- a/config/kernel_linux_headers_install.in
+++ b/config/kernel_linux_headers_install.in
@@ -61,6 +61,16 @@ config KERNEL_INSTALL_V_2_6_22_7
prompt "2.6.22.7"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
+config KERNEL_INSTALL_V_2_6_22_8
+ bool
+ prompt "2.6.22.8"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
+config KERNEL_INSTALL_V_2_6_22_9
+ bool
+ prompt "2.6.22.9"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -79,6 +89,8 @@ config KERNEL_VERSION
default "2.6.22.5" if KERNEL_INSTALL_V_2_6_22_5
default "2.6.22.6" if KERNEL_INSTALL_V_2_6_22_6
default "2.6.22.7" if KERNEL_INSTALL_V_2_6_22_7
+ default "2.6.22.8" if KERNEL_INSTALL_V_2_6_22_8
+ default "2.6.22.9" if KERNEL_INSTALL_V_2_6_22_9
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!