From 8515a28fce49950c03e8ec5ec1894b67a30f13c5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 27 Oct 2009 18:49:15 +0100 Subject: kernel/linux: add latest versions diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 04e9d7b..5235e2c 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -34,6 +34,22 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_31_5 + bool + prompt "2.6.31.5" + +config KERNEL_V_2_6_31_4 + bool + prompt "2.6.31.4" + +config KERNEL_V_2_6_31_3 + bool + prompt "2.6.31.3" + +config KERNEL_V_2_6_31_2 + bool + prompt "2.6.31.2" + config KERNEL_V_2_6_31_1 bool prompt "2.6.31.1" @@ -42,6 +58,10 @@ config KERNEL_V_2_6_31 bool prompt "2.6.31" +config KERNEL_V_3_6_30_9 + bool + prompt "3.6.30.9" + config KERNEL_V_3_6_30_8 bool prompt "3.6.30.8" @@ -86,9 +106,9 @@ config KERNEL_V_2_6_28_10 bool prompt "2.6.28.10" -config KERNEL_V_2_6_27_35 +config KERNEL_V_2_6_27_38 bool - prompt "2.6.27.35 (long-term stable)" + prompt "2.6.27.38 (long-term stable)" endchoice @@ -96,8 +116,13 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.31.5" if KERNEL_V_2_6_31_5 + default "2.6.31.4" if KERNEL_V_2_6_31_4 + default "2.6.31.3" if KERNEL_V_2_6_31_3 + default "2.6.31.2" if KERNEL_V_2_6_31_2 default "2.6.31.1" if KERNEL_V_2_6_31_1 default "2.6.31" if KERNEL_V_2_6_31 + default "3.6.30.9" if KERNEL_V_3_6_30_9 default "3.6.30.8" if KERNEL_V_3_6_30_8 default "3.6.30.7" if KERNEL_V_3_6_30_7 default "2.6.30.6" if KERNEL_V_2_6_30_6 @@ -109,7 +134,7 @@ config KERNEL_VERSION default "2.6.30" if KERNEL_V_2_6_30 default "2.6.29.6" if KERNEL_V_2_6_29_6 default "2.6.28.10" if KERNEL_V_2_6_28_10 - default "2.6.27.35" if KERNEL_V_2_6_27_35 + default "2.6.27.38" if KERNEL_V_2_6_27_38 choice bool -- cgit v0.10.2-6-g49f6