summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-08-02 19:38:32 (GMT)
committerArnaud Lacombe <lacombar@gmail.com>2010-08-02 19:38:32 (GMT)
commitdac0ad700924b6a92edd273fef0e54309c06d60a (patch)
tree46511f1b14d0f89c3ba4e9d968d33cd822cc77e7 /config/kernel/linux.in
parent2bd1bc5621b6670f874eadd98fa7d96ff48509c2 (diff)
kernel/linux: 2.6.32.17, 2.6.33.7, 2.6.34.2 and 2.6.35 are out !
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> [Yann E. MORIN: also add latest 2.6.27.49] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in27
1 files changed, 21 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 8c9033b..01877a9 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,6 +26,14 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_35
+ bool
+ prompt "2.6.35"
+
+config KERNEL_V_2_6_34_2
+ bool
+ prompt "2.6.34.2"
+
config KERNEL_V_2_6_34_1
bool
prompt "2.6.34.1"
@@ -34,6 +42,10 @@ config KERNEL_V_2_6_34
bool
prompt "2.6.34"
+config KERNEL_V_2_6_33_7
+ bool
+ prompt "2.6.33.7"
+
config KERNEL_V_2_6_33_6
bool
prompt "2.6.33.6"
@@ -62,9 +74,9 @@ config KERNEL_V_2_6_33
bool
prompt "2.6.33"
-config KERNEL_V_2_6_32_16
+config KERNEL_V_2_6_32_17
bool
- prompt "2.6.32.16"
+ prompt "2.6.32.17"
config KERNEL_V_2_6_31_14
bool
@@ -74,9 +86,9 @@ config KERNEL_V_2_6_30_10
bool
prompt "2.6.30.10"
-config KERNEL_V_2_6_27_48
+config KERNEL_V_2_6_27_49
bool
- prompt "2.6.27.48 (long-term stable)"
+ prompt "2.6.27.49 (long-term stable)"
help
The Linux 2.6.27 tree is the current "long-term stable" maintenance branch.
It is intended to fill the niche for users who are not using distribution
@@ -110,8 +122,11 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.6.35" if KERNEL_V_2_6_35
+ default "2.6.34.2" if KERNEL_V_2_6_34_2
default "2.6.34.1" if KERNEL_V_2_6_34_1
default "2.6.34" if KERNEL_V_2_6_34
+ default "2.6.33.7" if KERNEL_V_2_6_33_7
default "2.6.33.6" if KERNEL_V_2_6_33_6
default "2.6.33.5" if KERNEL_V_2_6_33_5
default "2.6.33.4" if KERNEL_V_2_6_33_4
@@ -119,10 +134,10 @@ config KERNEL_VERSION
default "2.6.33.2" if KERNEL_V_2_6_33_2
default "2.6.33.1" if KERNEL_V_2_6_33_1
default "2.6.33" if KERNEL_V_2_6_33
- default "2.6.32.16" if KERNEL_V_2_6_32_16
+ default "2.6.32.17" if KERNEL_V_2_6_32_17
default "2.6.31.14" if KERNEL_V_2_6_31_14
default "2.6.30.10" if KERNEL_V_2_6_30_10
- default "2.6.27.48" if KERNEL_V_2_6_27_48
+ default "2.6.27.49" if KERNEL_V_2_6_27_49
choice
bool