summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2012-01-28 15:50:45 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-01-28 15:50:45 (GMT)
commit2b9178d056c9e3a0790ff4e84565f1b4c5cf3301 (patch)
tree1280eb44e522d291bd3a7cad3eb6df1f85497f76
parent301cadf45dd629d4390fa83b1e52e7cc2fa5062f (diff)
kernel/linux: update
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rw-r--r--config/kernel/linux.in23
1 files changed, 14 insertions, 9 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 18ddc0d..7caf937 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,6 +26,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_3_2_2
+ bool
+ prompt "3.2.2"
+
config KERNEL_V_3_2_1
bool
prompt "3.2.1"
@@ -34,13 +38,13 @@ config KERNEL_V_3_2
bool
prompt "3.2"
-config KERNEL_V_3_1_9
+config KERNEL_V_3_1_10
bool
- prompt "3.1.9"
+ prompt "3.1.10"
-config KERNEL_V_3_0_17
+config KERNEL_V_3_0_18
bool
- prompt "3.0.17"
+ prompt "3.0.18"
config KERNEL_V_2_6_39_4
bool
@@ -66,9 +70,9 @@ config KERNEL_V_2_6_33_20
.33-rt kernel. Anyone else who really wants to use the .33 kernel tree
is welcome to use this one as well.
-config KERNEL_V_2_6_32_54
+config KERNEL_V_2_6_32_55
bool
- prompt "2.6.32.54 (longterm)"
+ prompt "2.6.32.55 (longterm)"
help
The Linux 2.6.32 tree is a "longterm" maintenance branch.
@@ -131,16 +135,17 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "3.2.2" if KERNEL_V_3_2_2
default "3.2.1" if KERNEL_V_3_2_1
default "3.2" if KERNEL_V_3_2
- default "3.1.9" if KERNEL_V_3_1_9
- default "3.0.17" if KERNEL_V_3_0_17
+ default "3.1.10" if KERNEL_V_3_1_10
+ default "3.0.18" if KERNEL_V_3_0_18
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
default "2.6.36.4" if KERNEL_V_2_6_36_4
default "2.6.33.20" if KERNEL_V_2_6_33_20
- default "2.6.32.54" if KERNEL_V_2_6_32_54
+ default "2.6.32.55" if KERNEL_V_2_6_32_55
default "2.6.31.14" if KERNEL_V_2_6_31_14
default "2.6.27.59" if KERNEL_V_2_6_27_59
default "custom" if KERNEL_LINUX_CUSTOM