summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-23 22:11:29 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-23 22:11:29 (GMT)
commit3537758f31588cd2a77ef805bfbf2d5cb0dcf584 (patch)
tree47ac50e1e0269e472d3d9fe501632a83bafb1d46
parent1432e05c3bb124ecedb031afbf672a85ec3b1f32 (diff)
kernel/linux: add altest version
Fix an incorrect version at the same time... :-( Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rw-r--r--config/kernel/linux.in22
1 files changed, 16 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index c5e6e8b..1c77390 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -24,13 +24,21 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_38_1
+ bool
+ prompt "2.6.38.1"
+
config KERNEL_V_2_6_38
bool
prompt "2.6.38"
-config KERNEL_V_2_6_37_34
+config KERNEL_V_2_6_37_5
+ bool
+ prompt "2.6.37.5"
+
+config KERNEL_V_2_6_37_4
bool
- prompt "2.6.37.34"
+ prompt "2.6.37.4"
config KERNEL_V_2_6_37_3
bool
@@ -79,9 +87,9 @@ config KERNEL_V_2_6_33_8
bool
prompt "2.6.33.8"
-config KERNEL_V_2_6_32_33
+config KERNEL_V_2_6_32_34
bool
- prompt "2.6.32.33 (longterm)"
+ prompt "2.6.32.34 (longterm)"
help
The Linux 2.6.32 tree is a "longterm" maintenance branch.
@@ -143,8 +151,10 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.6.38.1" if KERNEL_V_2_6_38_1
default "2.6.38" if KERNEL_V_2_6_38
- default "2.6.37.34" if KERNEL_V_2_6_37_34
+ default "2.6.37.5" if KERNEL_V_2_6_37_5
+ default "2.6.37.4" if KERNEL_V_2_6_37_4
default "2.6.37.3" if KERNEL_V_2_6_37_3
default "2.6.37.2" if KERNEL_V_2_6_37_2
default "2.6.37.1" if KERNEL_V_2_6_37_1
@@ -153,7 +163,7 @@ config KERNEL_VERSION
default "2.6.35.11" if KERNEL_V_2_6_35_11
default "2.6.34.8" if KERNEL_V_2_6_34_8
default "2.6.33.8" if KERNEL_V_2_6_33_8
- default "2.6.32.33" if KERNEL_V_2_6_32_33
+ default "2.6.32.34" if KERNEL_V_2_6_32_34
default "2.6.31.14" if KERNEL_V_2_6_31_14
default "2.6.27.58" if KERNEL_V_2_6_27_58