summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-03-20 17:44:44 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-03-20 17:44:44 (GMT)
commit7b34d405660ff25489e2ca63290bc1e0e2984958 (patch)
treea98bfd2503e51c4a6b97e6a19a42ba42880892ce
parent35b3d62baa86b656c7d96d64436f5ef344d34923 (diff)
kernel/linux: add latest versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r--config/kernel/linux.in80
1 files changed, 15 insertions, 65 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 6dd56a6..dd55bec 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,61 +26,21 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config KERNEL_V_3_2_11
+config KERNEL_V_3_3
bool
- prompt "3.2.11"
+ prompt "3.3"
-config KERNEL_V_3_2_10
+config KERNEL_V_3_2_12
bool
- prompt "3.2.10"
-
-config KERNEL_V_3_2_9
- bool
- prompt "3.2.9"
-
-config KERNEL_V_3_2_8
- bool
- prompt "3.2.8"
-
-config KERNEL_V_3_2_7
- bool
- prompt "3.2.7"
-
-config KERNEL_V_3_2_6
- bool
- prompt "3.2.6"
-
-config KERNEL_V_3_2_5
- bool
- prompt "3.2.5"
-
-config KERNEL_V_3_2_4
- bool
- prompt "3.2.4"
-
-config KERNEL_V_3_2_3
- bool
- prompt "3.2.3"
-
-config KERNEL_V_3_2_2
- bool
- prompt "3.2.2"
-
-config KERNEL_V_3_2_1
- bool
- prompt "3.2.1"
-
-config KERNEL_V_3_2
- bool
- prompt "3.2"
+ prompt "3.2.12"
config KERNEL_V_3_1_10
bool
prompt "3.1.10"
-config KERNEL_V_3_0_24
+config KERNEL_V_3_0_25
bool
- prompt "3.0.24"
+ prompt "3.0.25"
config KERNEL_V_2_6_39_4
bool
@@ -106,9 +66,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_58
+config KERNEL_V_2_6_32_59
bool
- prompt "2.6.32.58 (longterm)"
+ prompt "2.6.32.59 (longterm)"
help
The Linux 2.6.32 tree is a "longterm" maintenance branch.
@@ -129,9 +89,9 @@ config KERNEL_V_2_6_31_14
bool
prompt "2.6.31.14"
-config KERNEL_V_2_6_27_61
+config KERNEL_V_2_6_27_62
bool
- prompt "2.6.27.61 (longterm)"
+ prompt "2.6.27.62 (longterm)"
help
The Linux 2.6.27 tree is a "longterm" maintenance branch.
@@ -171,28 +131,18 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "3.2.11" if KERNEL_V_3_2_11
- default "3.2.10" if KERNEL_V_3_2_10
- default "3.2.9" if KERNEL_V_3_2_9
- default "3.2.8" if KERNEL_V_3_2_8
- default "3.2.7" if KERNEL_V_3_2_7
- 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
- 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.3" if KERNEL_V_3_3
+ default "3.2.12" if KERNEL_V_3_2_12
default "3.1.10" if KERNEL_V_3_1_10
- default "3.0.24" if KERNEL_V_3_0_24
+ default "3.0.25" if KERNEL_V_3_0_25
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.58" if KERNEL_V_2_6_32_58
+ default "2.6.32.59" if KERNEL_V_2_6_32_59
default "2.6.31.14" if KERNEL_V_2_6_31_14
- default "2.6.27.61" if KERNEL_V_2_6_27_61
+ default "2.6.27.62" if KERNEL_V_2_6_27_62
default "custom" if KERNEL_LINUX_CUSTOM
endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS