summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-15 20:57:19 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-15 20:57:19 (GMT)
commite364b7acd65cf0de054368fbf386b18a1080ba40 (patch)
tree104d3b112f8d746984684b7c05c037d08fdbe20d /config
parent713cddab0feb551e95f369ab322334a0a713672c (diff)
Add linux-2.6.22.3 for kernel headers isntall.
Diffstat (limited to 'config')
-rw-r--r--config/kernel_linux_headers_install.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/kernel_linux_headers_install.in b/config/kernel_linux_headers_install.in
index 90cf4eb..2e6227d 100644
--- a/config/kernel_linux_headers_install.in
+++ b/config/kernel_linux_headers_install.in
@@ -36,6 +36,11 @@ config KERNEL_INSTALL_V_2_6_22_2
prompt "2.6.22.2"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
+config KERNEL_INSTALL_V_2_6_22_3
+ bool
+ prompt "2.6.22.3"
+ depends on KERNEL_VERSION_SEE_EXTRAVERSION
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -49,6 +54,7 @@ config KERNEL_VERSION
default "2.6.22" if KERNEL_INSTALL_V_2_6_22
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
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!