# HG changeset patch # User "Yann E. MORIN" # Date 1217855916 0 # Node ID 750832e9794e65e7c8e8590ea59cc3de721eadcd # Parent 90e887b06da39cd36d51e93942d281d200476ed6 Add latest Linux kernel headers. /trunk/config/kernel/linux_headers_install.in | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+) diff -r 90e887b06da3 -r 750832e9794e config/kernel/linux_headers_install.in --- a/config/kernel/linux_headers_install.in Mon Aug 04 12:38:06 2008 +0000 +++ b/config/kernel/linux_headers_install.in Mon Aug 04 13:18:36 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!