# HG changeset patch # User "Yann E. MORIN" # Date 1208466421 0 # Node ID 638655b316cfd8717356c65d8794d346b8688203 # Parent 08da017ba46b23c7eff12580ddba91689a9cf90d Add latest Linux kernel versions. /trunk/config/kernel/linux_headers_install.in | 17 17 0 0 +++++++++++++++++ 1 file changed, 17 insertions(+) diff -r 08da017ba46b -r 638655b316cf config/kernel/linux_headers_install.in --- a/config/kernel/linux_headers_install.in Thu Apr 17 21:04:23 2008 +0000 +++ b/config/kernel/linux_headers_install.in Thu Apr 17 21:07:01 2008 +0000 @@ -125,6 +125,20 @@ prompt "2.6.24.2" depends on KERNEL_VERSION_SEE_EXTRAVERSION +config KERNEL_INSTALL_V_2_6_24_3 + bool + prompt "2.6.24.3" + depends on KERNEL_VERSION_SEE_EXTRAVERSION + +config KERNEL_INSTALL_V_2_6_24_4 + bool + prompt "2.6.24.4" + depends on KERNEL_VERSION_SEE_EXTRAVERSION + +config KERNEL_INSTALL_V_2_6_25 + bool + prompt "2.6.25" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -156,6 +170,9 @@ default "2.6.24" if KERNEL_INSTALL_V_2_6_24 default "2.6.24.1" if KERNEL_INSTALL_V_2_6_24_1 default "2.6.24.2" if KERNEL_INSTALL_V_2_6_24_2 + default "2.6.24.3" if KERNEL_INSTALL_V_2_6_24_3 + default "2.6.24.4" if KERNEL_INSTALL_V_2_6_24_4 + default "2.6.25" if KERNEL_INSTALL_V_2_6_25 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!