# HG changeset patch # User "Yann E. MORIN" # Date 1216115830 0 # Node ID fd6a9a8055cb0e3a00f13f190e5051a0ff9a29d7 # Parent ca740b4c42627ec58ed8aba28a8244f7702eb042 Add latest Linux 2.6.26 headers. /trunk/config/kernel/linux_headers_install.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+) diff -r ca740b4c4262 -r fd6a9a8055cb config/kernel/linux_headers_install.in --- a/config/kernel/linux_headers_install.in Mon Jul 14 21:57:57 2008 +0000 +++ b/config/kernel/linux_headers_install.in Tue Jul 15 09:57:10 2008 +0000 @@ -125,6 +125,10 @@ prompt "2.6.25.10" depends on KERNEL_VERSION_SEE_EXTRAVERSION +config KERNEL_INSTALL_V_2_6_26 + bool + prompt "2.6.26" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -156,6 +160,7 @@ default "2.6.25.8" if KERNEL_INSTALL_V_2_6_25_8 default "2.6.25.9" if KERNEL_INSTALL_V_2_6_25_9 default "2.6.25.10" if KERNEL_INSTALL_V_2_6_25_10 + default "2.6.26" if KERNEL_INSTALL_V_2_6_26 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!