summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!