diff -r 0bdbc96fecc0 -r 80098c869f5e config/kernel/linux_headers_install.in --- a/config/kernel/linux_headers_install.in Mon Jul 28 11:43:29 2008 +0000 +++ b/config/kernel/linux_headers_install.in Tue Aug 05 13:27:09 2008 +0000 @@ -139,6 +139,11 @@ bool prompt "2.6.26" +config KERNEL_INSTALL_V_2_6_26_1 + bool + prompt "2.6.26.1" + depends on KERNEL_VERSION_SEE_EXTRAVERSION + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -173,6 +178,7 @@ default "2.6.25.11" if KERNEL_INSTALL_V_2_6_25_11 default "2.6.25.12" if KERNEL_INSTALL_V_2_6_25_12 default "2.6.26" if KERNEL_INSTALL_V_2_6_26 + default "2.6.26.1" if KERNEL_INSTALL_V_2_6_26_1 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!