# HG changeset patch # User "Yann E. MORIN" # Date 1233608740 0 # Node ID f6be430d09d08e14992076a9fcea375a449e3b08 # Parent bc411ace3c8fdfe336d86f079237940dd4db1ee4 Add latest Linux kernel versions (2.6.27.14 and 2.6.28.3). /trunk/config/kernel/linux.in | 10 10 0 0 ++++++++++ 1 file changed, 10 insertions(+) diff -r bc411ace3c8f -r f6be430d09d0 config/kernel/linux.in --- a/config/kernel/linux.in Sun Feb 01 23:15:59 2009 +0000 +++ b/config/kernel/linux.in Mon Feb 02 21:05:40 2009 +0000 @@ -161,6 +161,10 @@ bool prompt "2.6.27.13" +config KERNEL_V_2_6_27_14 + bool + prompt "2.6.27.14" + config KERNEL_V_2_6_28 bool prompt "2.6.28" @@ -173,6 +177,10 @@ bool prompt "2.6.28.2" +config KERNEL_V_2_6_28_3 + bool + prompt "2.6.28.3" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -210,9 +218,11 @@ 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.27.14" if KERNEL_V_2_6_27_14 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 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!