# HG changeset patch # User "Yann E. MORIN" # Date 1233993910 0 # Node ID 001b55bfe0accc3df021e3505c8ef3dcf11f7076 # Parent bb9ac4889cec4849e2642c4c5210afd677e81ec1 Add latest Linux kernel versions 2.6.27.15 and 2.6.28.4. /trunk/config/kernel/linux.in | 10 10 0 0 ++++++++++ 1 file changed, 10 insertions(+) diff -r bb9ac4889cec -r 001b55bfe0ac config/kernel/linux.in --- a/config/kernel/linux.in Tue Feb 03 07:55:07 2009 +0000 +++ b/config/kernel/linux.in Sat Feb 07 08:05:10 2009 +0000 @@ -165,6 +165,10 @@ bool prompt "2.6.27.14" +config KERNEL_V_2_6_27_15 + bool + prompt "2.6.27.15" + config KERNEL_V_2_6_28 bool prompt "2.6.28" @@ -181,6 +185,10 @@ bool prompt "2.6.28.3" +config KERNEL_V_2_6_28_4 + bool + prompt "2.6.28.4" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -219,10 +227,12 @@ default "2.6.27.12" if KERNEL_V_2_6_27_12 default "2.6.27.13" if KERNEL_V_2_6_27_13 default "2.6.27.14" if KERNEL_V_2_6_27_14 + default "2.6.27.15" if KERNEL_V_2_6_27_15 default "2.6.28" if KERNEL_V_2_6_28 default "2.6.28.1" if KERNEL_V_2_6_28_1 default "2.6.28.2" if KERNEL_V_2_6_28_2 default "2.6.28.3" if KERNEL_V_2_6_28_3 + default "2.6.28.4" if KERNEL_V_2_6_28_4 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!