From b2dff64861202c5777778cd005d6ca759ed64afe Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 2 Apr 2012 19:50:22 +0200 Subject: kernel/linux: add latest versions Signed-off-by: "Yann E. MORIN" diff --git a/config/kernel/linux.in b/config/kernel/linux.in index dd55bec..74d269b 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,21 +26,25 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_3_1 + bool + prompt "3.3.1" + config KERNEL_V_3_3 bool prompt "3.3" -config KERNEL_V_3_2_12 +config KERNEL_V_3_2_14 bool - prompt "3.2.12" + prompt "3.2.14" config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_25 +config KERNEL_V_3_0_27 bool - prompt "3.0.25" + prompt "3.0.27" config KERNEL_V_2_6_39_4 bool @@ -131,10 +135,11 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.3.1" if KERNEL_V_3_3_1 default "3.3" if KERNEL_V_3_3 - default "3.2.12" if KERNEL_V_3_2_12 + default "3.2.14" if KERNEL_V_3_2_14 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.25" if KERNEL_V_3_0_25 + default "3.0.27" if KERNEL_V_3_0_27 default "2.6.39.4" if KERNEL_V_2_6_39_4 default "2.6.38.8" if KERNEL_V_2_6_38_8 default "2.6.37.6" if KERNEL_V_2_6_37_6 -- cgit v0.10.2-6-g49f6