summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-29 16:46:23 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-29 16:46:23 (GMT)
commit9abfe136209d73380eb0633fc9ee6ef9be0d95cc (patch)
treec8111b1f4020bc2c78add413498e887a716d1cae /config
parentd0148e3ca257231e126a5a9d7e54ca60fb3b578b (diff)
Add linux-2.6.22.{4,5}
Diffstat (limited to 'config')
-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 2e6227d..ae6e695 100644
--- a/config/kernel_linux_headers_install.in
+++ b/config/kernel_linux_headers_install.in
@@ -41,6 +41,16 @@ config KERNEL_INSTALL_V_2_6_22_3
prompt "2.6.22.3"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
+config KERNEL_INSTALL_V_2_6_22_4
+ bool
+ prompt "2.6.22.4"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
+config KERNEL_INSTALL_V_2_6_22_5
+ bool
+ prompt "2.6.22.5"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -55,6 +65,8 @@ config KERNEL_VERSION
default "2.6.22.1" if KERNEL_INSTALL_V_2_6_22_1
default "2.6.22.2" if KERNEL_INSTALL_V_2_6_22_2
default "2.6.22.3" if KERNEL_INSTALL_V_2_6_22_3
+ default "2.6.22.4" if KERNEL_INSTALL_V_2_6_22_4
+ default "2.6.22.5" if KERNEL_INSTALL_V_2_6_22_5
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!