From 8344f4f1cc2a2491f779838195816093ef730ed1 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 28 Apr 2011 18:57:24 +0200 Subject: kernel/linux: add latest versions Signed-off-by: "Yann E. MORIN" diff --git a/config/kernel/linux.in.2 b/config/kernel/linux.in.2 index a1112bd..36b6655 100644 --- a/config/kernel/linux.in.2 +++ b/config/kernel/linux.in.2 @@ -34,6 +34,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_38_4 + bool + prompt "2.6.38.4" + config KERNEL_V_2_6_38_3 bool prompt "2.6.38.3" @@ -58,9 +62,9 @@ config KERNEL_V_2_6_36_4 bool prompt "2.6.36.4" -config KERNEL_V_2_6_35_12 +config KERNEL_V_2_6_35_13 bool - prompt "2.6.35.12 (longterm)" + prompt "2.6.35.13 (longterm)" help The Linux 2.6.35 tree is a "longterm" maintenance branch. @@ -77,17 +81,17 @@ config KERNEL_V_2_6_35_12 list entry: http://marc.info/?l=linux-kernel&m=129136895415202&w=4 -config KERNEL_V_2_6_34_8 +config KERNEL_V_2_6_34_9 bool - prompt "2.6.34.8" + prompt "2.6.34.9" -config KERNEL_V_2_6_33_11 +config KERNEL_V_2_6_33_12 bool - prompt "2.6.33.11" + prompt "2.6.33.12" -config KERNEL_V_2_6_32_38 +config KERNEL_V_2_6_32_39 bool - prompt "2.6.32.38 (longterm)" + prompt "2.6.32.39 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -149,16 +153,17 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.38.4" if KERNEL_V_2_6_38_4 default "2.6.38.3" if KERNEL_V_2_6_38_3 default "2.6.38.2" if KERNEL_V_2_6_38_2 default "2.6.38.1" if KERNEL_V_2_6_38_1 default "2.6.38" if KERNEL_V_2_6_38 default "2.6.37.6" if KERNEL_V_2_6_37_6 default "2.6.36.4" if KERNEL_V_2_6_36_4 - default "2.6.35.12" if KERNEL_V_2_6_35_12 - default "2.6.34.8" if KERNEL_V_2_6_34_8 - default "2.6.33.11" if KERNEL_V_2_6_33_11 - default "2.6.32.38" if KERNEL_V_2_6_32_38 + default "2.6.35.13" if KERNEL_V_2_6_35_13 + default "2.6.34.9" if KERNEL_V_2_6_34_9 + default "2.6.33.12" if KERNEL_V_2_6_33_12 + default "2.6.32.39" if KERNEL_V_2_6_32_39 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