From 0bd771f70554a6ffe43499ab6ee475c68255feb6 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 7 Jan 2013 00:58:13 +0100 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 1db7d82..4f8e5e7 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,37 +26,41 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_7_1 + bool + prompt "3.7.1" + config KERNEL_V_3_7 bool prompt "3.7" -config KERNEL_V_3_6_10 +config KERNEL_V_3_6_11 bool - prompt "3.6.10" + prompt "3.6.11" config KERNEL_V_3_5_7 bool prompt "3.5.7" -config KERNEL_V_3_4_23 +config KERNEL_V_3_4_24 bool - prompt "3.4.23" + prompt "3.4.24" config KERNEL_V_3_3_8 bool prompt "3.3.8" -config KERNEL_V_3_2_35 +config KERNEL_V_3_2_36 bool - prompt "3.2.35" + prompt "3.2.36" config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_56 +config KERNEL_V_3_0_57 bool - prompt "3.0.56" + prompt "3.0.57" config KERNEL_V_2_6_39_4 bool @@ -147,14 +151,15 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.7.1" if KERNEL_V_3_7_1 default "3.7" if KERNEL_V_3_7 - default "3.6.10" if KERNEL_V_3_6_10 + default "3.6.11" if KERNEL_V_3_6_11 default "3.5.7" if KERNEL_V_3_5_7 - default "3.4.23" if KERNEL_V_3_4_23 + default "3.4.24" if KERNEL_V_3_4_24 default "3.3.8" if KERNEL_V_3_3_8 - default "3.2.35" if KERNEL_V_3_2_35 + default "3.2.36" if KERNEL_V_3_2_36 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.56" if KERNEL_V_3_0_56 + default "3.0.57" if KERNEL_V_3_0_57 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