summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-12-30 13:16:49 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-12-30 13:16:49 (GMT)
commit75e87aa5f2b852afaea90131c8f25eddd46a4a6a (patch)
tree95cd71355bf6c40c3423247018e234c595a6e699
parentf81e437b6a8a408c32381da1a472e4a99ce18fc4 (diff)
kernel/linux: update to latest versions
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 771f4d8..7d0cbbc 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_1_6
+ bool
+ prompt "3.1.6"
+
config KERNEL_V_3_1_5
bool
prompt "3.1.5"
@@ -50,9 +54,9 @@ config KERNEL_V_3_1
bool
prompt "3.1"
-config KERNEL_V_3_0_13
+config KERNEL_V_3_0_14
bool
- prompt "3.0.13"
+ prompt "3.0.14"
config KERNEL_V_2_6_39_4
bool
@@ -78,9 +82,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_50
+config KERNEL_V_2_6_32_51
bool
- prompt "2.6.32.50 (longterm)"
+ prompt "2.6.32.51 (longterm)"
help
The Linux 2.6.32 tree is a "longterm" maintenance branch.
@@ -101,9 +105,9 @@ config KERNEL_V_2_6_31_14
bool
prompt "2.6.31.14"
-config KERNEL_V_2_6_27_57
+config KERNEL_V_2_6_27_59
bool
- prompt "2.6.27.57 (longterm)"
+ prompt "2.6.27.59 (longterm)"
help
The Linux 2.6.27 tree is a "longterm" maintenance branch.
@@ -143,21 +147,22 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "3.1.6" if KERNEL_V_3_1_6
default "3.1.5" if KERNEL_V_3_1_5
default "3.1.4" if KERNEL_V_3_1_4
default "3.1.3" if KERNEL_V_3_1_3
default "3.1.2" if KERNEL_V_3_1_2
default "3.1.1" if KERNEL_V_3_1_1
default "3.1" if KERNEL_V_3_1
- default "3.0.13" if KERNEL_V_3_0_13
+ default "3.0.14" if KERNEL_V_3_0_14
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.50" if KERNEL_V_2_6_32_50
+ default "2.6.32.51" if KERNEL_V_2_6_32_51
default "2.6.31.14" if KERNEL_V_2_6_31_14
- default "2.6.27.57" if KERNEL_V_2_6_27_57
+ default "2.6.27.59" if KERNEL_V_2_6_27_59
default "custom" if KERNEL_LINUX_CUSTOM
endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS