From 2fb3eb25302703245ce4f9ccaef2bf27607c9def Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 27 May 2010 10:36:03 +0200 Subject: kernel/linux: update to latest versions diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 8c70e1d..0d1982f 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -38,6 +38,10 @@ config KERNEL_V_2_6_34 bool prompt "2.6.34" +config KERNEL_V_2_6_33_5 + bool + prompt "2.6.33.5" + config KERNEL_V_2_6_33_4 bool prompt "2.6.33.4" @@ -58,9 +62,9 @@ config KERNEL_V_2_6_33 bool prompt "2.6.33" -config KERNEL_V_2_6_32_13 +config KERNEL_V_2_6_32_14 bool - prompt "2.6.32.13" + prompt "2.6.32.14" config KERNEL_V_2_6_31_13 bool @@ -70,9 +74,9 @@ config KERNEL_V_2_6_30_10 bool prompt "2.6.30.10" -config KERNEL_V_2_6_27_46 +config KERNEL_V_2_6_27_47 bool - prompt "2.6.27.46 (long-term stable)" + prompt "2.6.27.47 (long-term stable)" help The Linux 2.6.27 tree is the current "long-term stable" maintenance branch. It is intended to fill the niche for users who are not using distribution @@ -94,15 +98,16 @@ config KERNEL_VERSION # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "2.6.34" if KERNEL_V_2_6_34 + default "2.6.33.5" if KERNEL_V_2_6_33_5 default "2.6.33.4" if KERNEL_V_2_6_33_4 default "2.6.33.3" if KERNEL_V_2_6_33_3 default "2.6.33.2" if KERNEL_V_2_6_33_2 default "2.6.33.1" if KERNEL_V_2_6_33_1 default "2.6.33" if KERNEL_V_2_6_33 - default "2.6.32.13" if KERNEL_V_2_6_32_13 + default "2.6.32.14" if KERNEL_V_2_6_32_14 default "2.6.31.13" if KERNEL_V_2_6_31_13 default "2.6.30.10" if KERNEL_V_2_6_30_10 - default "2.6.27.46" if KERNEL_V_2_6_27_46 + default "2.6.27.47" if KERNEL_V_2_6_27_47 choice bool -- cgit v0.10.2-6-g49f6