# HG changeset patch # User "Yann E. MORIN" # Date 1183998884 0 # Node ID 7055198d062d5596b112a67b60238d038de9baa7 # Parent 682e2edbf071c88b64ce639ac4aaa51f404d20e5 Add linux-2.6.22. diff -r 682e2edbf071 -r 7055198d062d config/kernel_linux_headers_install.in --- a/config/kernel_linux_headers_install.in Sun Jul 08 22:30:48 2007 +0000 +++ b/config/kernel_linux_headers_install.in Mon Jul 09 16:34:44 2007 +0000 @@ -123,6 +123,10 @@ 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 @@ 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!