# HG changeset patch # User "Yann E. MORIN" # Date 1214427410 0 # Node ID e2c8f427c140b93628197f217fd958eed6634851 # Parent af527ad27444befcf93d3b586b8067d868b81d78 Add latest Linux kernel versions. /trunk/config/kernel/linux_headers_install.in | 12 12 0 0 ++++++++++++ 1 file changed, 12 insertions(+) diff -r af527ad27444 -r e2c8f427c140 config/kernel/linux_headers_install.in --- a/config/kernel/linux_headers_install.in Wed Jun 25 14:06:49 2008 +0000 +++ b/config/kernel/linux_headers_install.in Wed Jun 25 20:56:50 2008 +0000 @@ -110,6 +110,16 @@ prompt "2.6.25.7" depends on KERNEL_VERSION_SEE_EXTRAVERSION +config KERNEL_INSTALL_V_2_6_25_8 + bool + prompt "2.6.25.8" + depends on KERNEL_VERSION_SEE_EXTRAVERSION + +config KERNEL_INSTALL_V_2_6_25_9 + bool + prompt "2.6.25.9" + depends on KERNEL_VERSION_SEE_EXTRAVERSION + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -138,6 +148,8 @@ default "2.6.25.5" if KERNEL_INSTALL_V_2_6_25_5 default "2.6.25.6" if KERNEL_INSTALL_V_2_6_25_6 default "2.6.25.7" if KERNEL_INSTALL_V_2_6_25_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 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!