From 59f66ebdee30c5d0022243a58a00278a7e0555da Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 28 Dec 2008 09:38:35 +0000 Subject: Add latest Linux kernel versions: - 2.6.27.{7,8,9,10} - 2.6.28 /trunk/config/kernel/linux.in | 25 25 0 0 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/config/kernel/linux.in b/config/kernel/linux.in index f4ee8fa..a8f69f3 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -133,6 +133,26 @@ config KERNEL_V_2_6_27_6 bool prompt "2.6.27.6" +config KERNEL_V_2_6_27_7 + bool + prompt "2.6.27.7" + +config KERNEL_V_2_6_27_8 + bool + prompt "2.6.27.8" + +config KERNEL_V_2_6_27_9 + bool + prompt "2.6.27.9" + +config KERNEL_V_2_6_27_10 + bool + prompt "2.6.27.10" + +config KERNEL_V_2_6_28 + bool + prompt "2.6.28" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -163,6 +183,11 @@ config KERNEL_VERSION default "2.6.27.4" if KERNEL_V_2_6_27_4 default "2.6.27.5" if KERNEL_V_2_6_27_5 default "2.6.27.6" if KERNEL_V_2_6_27_6 + default "2.6.27.7" if KERNEL_V_2_6_27_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.28" if KERNEL_V_2_6_28 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! -- cgit v0.10.2-6-g49f6