summaryrefslogtreecommitdiff
path: root/config/kernel
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2012-02-13 21:56:45 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-02-13 21:56:45 (GMT)
commitaf94d26d5c3ec564fb30cf3d2f525ca51f95daef (patch)
treebe52ccfeb5fbb1a33fdffa972b789594e15bf7da /config/kernel
parente9de7fc0afb19405838add0b3846c87982d5aa64 (diff)
kernel/linux: update to latest versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/kernel')
-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 758f1dd..bc82582 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_6
+ bool
+ prompt "3.2.6"
+
config KERNEL_V_3_2_5
bool
prompt "3.2.5"
@@ -54,9 +58,9 @@ config KERNEL_V_3_1_10
bool
prompt "3.1.10"
-config KERNEL_V_3_0_20
+config KERNEL_V_3_0_21
bool
- prompt "3.0.20"
+ prompt "3.0.21"
config KERNEL_V_2_6_39_4
bool
@@ -82,9 +86,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_56
+config KERNEL_V_2_6_32_57
bool
- prompt "2.6.32.56 (longterm)"
+ prompt "2.6.32.57 (longterm)"
help
The Linux 2.6.32 tree is a "longterm" maintenance branch.
@@ -105,9 +109,9 @@ config KERNEL_V_2_6_31_14
bool
prompt "2.6.31.14"
-config KERNEL_V_2_6_27_59
+config KERNEL_V_2_6_27_61
bool
- prompt "2.6.27.59 (longterm)"
+ prompt "2.6.27.61 (longterm)"
help
The Linux 2.6.27 tree is a "longterm" maintenance branch.
@@ -147,6 +151,7 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "3.2.6" if KERNEL_V_3_2_6
default "3.2.5" if KERNEL_V_3_2_5
default "3.2.4" if KERNEL_V_3_2_4
default "3.2.3" if KERNEL_V_3_2_3
@@ -154,15 +159,15 @@ config KERNEL_VERSION
default "3.2.1" if KERNEL_V_3_2_1
default "3.2" if KERNEL_V_3_2
default "3.1.10" if KERNEL_V_3_1_10
- default "3.0.20" if KERNEL_V_3_0_20
+ default "3.0.21" if KERNEL_V_3_0_21
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.56" if KERNEL_V_2_6_32_56
+ default "2.6.32.57" if KERNEL_V_2_6_32_57
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 "2.6.27.61" if KERNEL_V_2_6_27_61
default "custom" if KERNEL_LINUX_CUSTOM
endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS