summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-05-27 08:36:03 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-05-27 08:36:03 (GMT)
commit2fb3eb25302703245ce4f9ccaef2bf27607c9def (patch)
tree25465df602dc2a6ec2410fe294eee6bc957309b9 /config
parent5428b220d6ec522ed8fe3a893aa653ed9639bf57 (diff)
kernel/linux: update to latest versions
Diffstat (limited to 'config')
-rw-r--r--config/kernel/linux.in17
1 files changed, 11 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 8c70e1d..0d1982f 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -38,6 +38,10 @@ config KERNEL_V_2_6_34
bool
prompt "2.6.34"
+config KERNEL_V_2_6_33_5
+ bool
+ prompt "2.6.33.5"
+
config KERNEL_V_2_6_33_4
bool
prompt "2.6.33.4"
@@ -58,9 +62,9 @@ config KERNEL_V_2_6_33
bool
prompt "2.6.33"
-config KERNEL_V_2_6_32_13
+config KERNEL_V_2_6_32_14
bool
- prompt "2.6.32.13"
+ prompt "2.6.32.14"
config KERNEL_V_2_6_31_13
bool
@@ -70,9 +74,9 @@ config KERNEL_V_2_6_30_10
bool
prompt "2.6.30.10"
-config KERNEL_V_2_6_27_46
+config KERNEL_V_2_6_27_47
bool
- prompt "2.6.27.46 (long-term stable)"
+ prompt "2.6.27.47 (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
@@ -94,15 +98,16 @@ config KERNEL_VERSION
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "2.6.34" if KERNEL_V_2_6_34
+ default "2.6.33.5" if KERNEL_V_2_6_33_5
default "2.6.33.4" if KERNEL_V_2_6_33_4
default "2.6.33.3" if KERNEL_V_2_6_33_3
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.13" if KERNEL_V_2_6_32_13
+ default "2.6.32.14" if KERNEL_V_2_6_32_14
default "2.6.31.13" if KERNEL_V_2_6_31_13
default "2.6.30.10" if KERNEL_V_2_6_30_10
- default "2.6.27.46" if KERNEL_V_2_6_27_46
+ default "2.6.27.47" if KERNEL_V_2_6_27_47
choice
bool