# HG changeset patch # User "Yann E. MORIN" # Date 1232097196 0 # Node ID 48e6a184e28ecea06abd762a978dfe681ee55450 # Parent ae135a73e3383e5f06ce65f5fcec63f86abe2f39 Add headers from linux-2.6.27.11. /trunk/config/kernel/linux.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+) diff -r ae135a73e338 -r 48e6a184e28e config/kernel/linux.in --- a/config/kernel/linux.in Mon Jan 12 21:35:23 2009 +0000 +++ b/config/kernel/linux.in Fri Jan 16 09:13:16 2009 +0000 @@ -149,6 +149,10 @@ bool prompt "2.6.27.10" +config KERNEL_V_2_6_27_11 + bool + prompt "2.6.27.11" + config KERNEL_V_2_6_28 bool prompt "2.6.28" @@ -187,6 +191,7 @@ default "2.6.27.8" if KERNEL_V_2_6_27_8 default "2.6.27.9" if KERNEL_V_2_6_27_9 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.28" if KERNEL_V_2_6_28 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!