summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-09 16:34:44 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-09 16:34:44 (GMT)
commitcf186a25e48378eacd6fc8aa429eed7508e0185a (patch)
tree59df80eb81ac6e5b025299a5faaf23ec4a43cac1 /config
parentff641b5098fbb3923a70d3595633c425ad565243 (diff)
Add linux-2.6.22.
Diffstat (limited to 'config')
-rw-r--r--config/kernel_linux_headers_install.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/kernel_linux_headers_install.in b/config/kernel_linux_headers_install.in
index 5b01dde..24a3066 100644
--- a/config/kernel_linux_headers_install.in
+++ b/config/kernel_linux_headers_install.in
@@ -123,6 +123,10 @@ config KERNEL_INSTALL_V_2_6_21_6
prompt "2.6.21.6"
depends on KERNEL_VERSION_SEE_EXTRAVERSION
+config KERNEL_INSTALL_V_2_6_22
+ bool
+ prompt "2.6.22"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -154,6 +158,7 @@ config KERNEL_VERSION
default "2.6.21.4" if KERNEL_INSTALL_V_2_6_21_4
default "2.6.21.5" if KERNEL_INSTALL_V_2_6_21_5
default "2.6.21.6" if KERNEL_INSTALL_V_2_6_21_6
+ default "2.6.22" if KERNEL_INSTALL_V_2_6_22
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!