From 59751df2907a33d3ff3b0e1f4bb0c04922b0579e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 19 Mar 2011 22:24:29 +0100 Subject: kernel/linux: add newer versions Signed-off-by: "Yann E. MORIN" diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 166ba7a..4146911 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -24,6 +24,18 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_38 + bool + prompt "2.6.38" + +config KERNEL_V_2_6_37_34 + bool + prompt "2.6.37.34" + +config KERNEL_V_2_6_37_3 + bool + prompt "2.6.37.3" + config KERNEL_V_2_6_37_2 bool prompt "2.6.37.2" @@ -67,9 +79,9 @@ config KERNEL_V_2_6_33_7 bool prompt "2.6.33.7" -config KERNEL_V_2_6_32_29 +config KERNEL_V_2_6_32_33 bool - prompt "2.6.32.29 (longterm)" + prompt "2.6.32.33 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -131,6 +143,9 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.38" if KERNEL_V_2_6_38 + default "2.6.37.34" if KERNEL_V_2_6_37_34 + default "2.6.37.3" if KERNEL_V_2_6_37_3 default "2.6.37.2" if KERNEL_V_2_6_37_2 default "2.6.37.1" if KERNEL_V_2_6_37_1 default "2.6.37" if KERNEL_V_2_6_37 @@ -138,7 +153,7 @@ config KERNEL_VERSION default "2.6.35.11" if KERNEL_V_2_6_35_11 default "2.6.34.8" if KERNEL_V_2_6_34_8 default "2.6.33.7" if KERNEL_V_2_6_33_7 - default "2.6.32.29" if KERNEL_V_2_6_32_29 + default "2.6.32.33" if KERNEL_V_2_6_32_33 default "2.6.31.14" if KERNEL_V_2_6_31_14 default "2.6.27.58" if KERNEL_V_2_6_27_58 -- cgit v0.10.2-6-g49f6