# HG changeset patch # User "Yann E. MORIN" # Date 1233092084 0 # Node ID aecfa8c9172e4fe8566d831d71d1488426bca250 # Parent 71b6240ea2c0c51d82d5fdf398d3ee7b5890092d Add latest Linux kernel versions: 2.6.27.13 and 2.6.28.2. /trunk/config/kernel/linux.in | 10 10 0 0 ++++++++++ 1 file changed, 10 insertions(+) diff -r 71b6240ea2c0 -r aecfa8c9172e config/kernel/linux.in --- a/config/kernel/linux.in Tue Jan 27 20:38:48 2009 +0000 +++ b/config/kernel/linux.in Tue Jan 27 21:34:44 2009 +0000 @@ -157,6 +157,10 @@ bool prompt "2.6.27.12" +config KERNEL_V_2_6_27_13 + bool + prompt "2.6.27.13" + config KERNEL_V_2_6_28 bool prompt "2.6.28" @@ -165,6 +169,10 @@ bool prompt "2.6.28.1" +config KERNEL_V_2_6_28_2 + bool + prompt "2.6.28.2" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -201,8 +209,10 @@ default "2.6.27.10" if KERNEL_V_2_6_27_10 default "2.6.27.11" if KERNEL_V_2_6_27_11 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.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 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!