summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-02 20:39:53 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-02 20:39:53 (GMT)
commit5807b7dfb7a0234b5157e761b195d478f9803067 (patch)
tree540ba445aa81e00e83caf62b75fb402817a5a2c3 /config
parent0ffdd5796ebbfb3e22e9fb2610c51d5a70d87d9c (diff)
kernel/linux: add latest versions: 2.6.33.2 2.6.32.11 2.6.31.13 2.6.27.46
Diffstat (limited to 'config')
-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 c47b368..88e3f17 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -34,6 +34,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_33_2
+ bool
+ prompt "2.6.33.2"
+
config KERNEL_V_2_6_33_1
bool
prompt "2.6.33.1"
@@ -42,13 +46,13 @@ config KERNEL_V_2_6_33
bool
prompt "2.6.33"
-config KERNEL_V_2_6_32_10
+config KERNEL_V_2_6_32_11
bool
- prompt "2.6.32.10"
+ prompt "2.6.32.11"
-config KERNEL_V_2_6_31_12
+config KERNEL_V_2_6_31_13
bool
- prompt "2.6.31.12"
+ prompt "2.6.31.13"
config KERNEL_V_2_6_30_10
bool
@@ -64,9 +68,9 @@ config KERNEL_V_2_6_28_10
prompt "2.6.28.10 (OBSOLETE)"
depends on OBSOLETE
-config KERNEL_V_2_6_27_45
+config KERNEL_V_2_6_27_46
bool
- prompt "2.6.27.45 (long-term stable)"
+ prompt "2.6.27.46 (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
@@ -87,14 +91,15 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ 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.10" if KERNEL_V_2_6_32_10
- default "2.6.31.12" if KERNEL_V_2_6_31_12
+ default "2.6.32.11" if KERNEL_V_2_6_32_11
+ 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.29.6" if KERNEL_V_2_6_29_6
default "2.6.28.10" if KERNEL_V_2_6_28_10
- default "2.6.27.45" if KERNEL_V_2_6_27_45
+ default "2.6.27.46" if KERNEL_V_2_6_27_46
choice
bool