summaryrefslogtreecommitdiff
path: root/config/kernel
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-11-24 22:10:55 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-11-24 22:10:55 (GMT)
commit041d448426f3c01b5b0116f852c1d97ffc2b1492 (patch)
tree20fbc1a1221b235c135dafdb9e7c0db315c90c66 /config/kernel
parentf1c391e1d98a87804bf82d02c9abd2245109fa91 (diff)
kernel/linux: add 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 5209f5c..701ccd4 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,13 +26,17 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_36_1
+ bool
+ prompt "2.6.36.1"
+
config KERNEL_V_2_6_36
bool
prompt "2.6.36"
-config KERNEL_V_2_6_35_8
+config KERNEL_V_2_6_35_9
bool
- prompt "2.6.35.8"
+ prompt "2.6.35.9"
config KERNEL_V_2_6_34_7
bool
@@ -42,9 +46,9 @@ config KERNEL_V_2_6_33_7
bool
prompt "2.6.33.7"
-config KERNEL_V_2_6_32_25
+config KERNEL_V_2_6_32_26
bool
- prompt "2.6.32.25 (long-term stable)"
+ prompt "2.6.32.26 (long-term stable)"
help
The Linux 2.6.32 tree is the current "long-term stable" maintenance branch.
It is intended to fill the niche for users who are not using distribution
@@ -64,9 +68,9 @@ config KERNEL_V_2_6_31_14
bool
prompt "2.6.31.14"
-config KERNEL_V_2_6_27_55
+config KERNEL_V_2_6_27_56
bool
- prompt "2.6.27.55 (old long-term stable)"
+ prompt "2.6.27.56 (old long-term stable)"
help
The Linux 2.6.27 tree is the previous "long-term stable" maintenance branch.
It is intended to fill the niche for users who are not using distribution
@@ -101,13 +105,14 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.6.36.1" if KERNEL_V_2_6_36_1
default "2.6.36" if KERNEL_V_2_6_36
- default "2.6.35.8" if KERNEL_V_2_6_35_8
+ default "2.6.35.9" if KERNEL_V_2_6_35_9
default "2.6.34.7" if KERNEL_V_2_6_34_7
default "2.6.33.7" if KERNEL_V_2_6_33_7
- default "2.6.32.25" if KERNEL_V_2_6_32_25
+ default "2.6.32.26" if KERNEL_V_2_6_32_26
default "2.6.31.14" if KERNEL_V_2_6_31_14
- default "2.6.27.55" if KERNEL_V_2_6_27_55
+ default "2.6.27.56" if KERNEL_V_2_6_27_56
choice
bool