From d9378214ccb3fbdee65e56e63441aff938c79a70 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 7 May 2009 18:53:49 +0000 Subject: Add katest Linux kernel versions: 2.6.27.22, 2.6.28.10 and 2.6.29.2. -------- diffstat follows -------- /trunk/config/kernel/linux.in | 16 13 3 0 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 440f671..06a179b 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -74,9 +74,9 @@ config KERNEL_V_2_6_26_8 prompt "2.6.26.8 (OBSOLETE)" depends on OBSOLETE -config KERNEL_V_2_6_27_21 +config KERNEL_V_2_6_27_22 bool - prompt "2.6.27.21 (OBSOLETE)" + prompt "2.6.27.22 (OBSOLETE)" depends on OBSOLETE config KERNEL_V_2_6_28 @@ -119,6 +119,10 @@ config KERNEL_V_2_6_28_9 bool prompt "2.6.28.9" +config KERNEL_V_2_6_28_10 + bool + prompt "2.6.28.10" + config KERNEL_V_2_6_29 bool prompt "2.6.29" @@ -127,6 +131,10 @@ config KERNEL_V_2_6_29_1 bool prompt "2.6.29.1" +config KERNEL_V_2_6_29_2 + bool + prompt "2.6.29.2" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! @@ -149,7 +157,7 @@ config KERNEL_VERSION default "2.6.24.7" if KERNEL_V_2_6_24_7 default "2.6.25.20" if KERNEL_V_2_6_25_20 default "2.6.26.8" if KERNEL_V_2_6_26_8 - default "2.6.27.21" if KERNEL_V_2_6_27_21 + default "2.6.27.22" if KERNEL_V_2_6_27_22 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 @@ -160,8 +168,10 @@ config KERNEL_VERSION default "2.6.28.7" if KERNEL_V_2_6_28_7 default "2.6.28.8" if KERNEL_V_2_6_28_8 default "2.6.28.9" if KERNEL_V_2_6_28_9 + default "2.6.28.10" if KERNEL_V_2_6_28_10 default "2.6.29" if KERNEL_V_2_6_29 default "2.6.29.1" if KERNEL_V_2_6_29_1 + default "2.6.29.2" if KERNEL_V_2_6_29_2 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! help -- cgit v0.10.2-6-g49f6