summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in49
1 files changed, 12 insertions, 37 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 7d0cbbc..738d2e5 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,37 +26,17 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config KERNEL_V_3_1_6
+config KERNEL_V_3_2
bool
- prompt "3.1.6"
+ prompt "3.2"
-config KERNEL_V_3_1_5
+config KERNEL_V_3_1_8
bool
- prompt "3.1.5"
+ prompt "3.1.8"
-config KERNEL_V_3_1_4
+config KERNEL_V_3_0_16
bool
- prompt "3.1.4"
-
-config KERNEL_V_3_1_3
- bool
- prompt "3.1.3"
-
-config KERNEL_V_3_1_2
- bool
- prompt "3.1.2"
-
-config KERNEL_V_3_1_1
- bool
- prompt "3.1.1"
-
-config KERNEL_V_3_1
- bool
- prompt "3.1"
-
-config KERNEL_V_3_0_14
- bool
- prompt "3.0.14"
+ prompt "3.0.16"
config KERNEL_V_2_6_39_4
bool
@@ -82,9 +62,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_51
+config KERNEL_V_2_6_32_53
bool
- prompt "2.6.32.51 (longterm)"
+ prompt "2.6.32.53 (longterm)"
help
The Linux 2.6.32 tree is a "longterm" maintenance branch.
@@ -147,20 +127,15 @@ 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.14" if KERNEL_V_3_0_14
+ default "3.2" if KERNEL_V_3_2
+ default "3.1.8" if KERNEL_V_3_1_8
+ default "3.0.16" if KERNEL_V_3_0_16
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.51" if KERNEL_V_2_6_32_51
+ default "2.6.32.53" if KERNEL_V_2_6_32_53
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