summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-01-08 16:58:23 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-01-08 16:58:23 (GMT)
commit029add5ebf11593915c25873b7f6686e38ac471f (patch)
tree3481c133affd237deba388971aa903fda9c4ddf8 /config/kernel/linux.in
parentc46370122dce1a0aabf392ba1683746ca4a19c5c (diff)
kernel/linux: add latest versions
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.in22
1 files changed, 16 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index ed17ce5..5a8abd6 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -24,6 +24,14 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_37
+ bool
+ prompt "2.6.37"
+
+config KERNEL_V_2_6_36_3
+ bool
+ prompt "2.6.36.3"
+
config KERNEL_V_2_6_36_2
bool
prompt "2.6.36.2"
@@ -55,17 +63,17 @@ config KERNEL_V_2_6_35_10
list entry:
http://marc.info/?l=linux-kernel&m=129136895415202&w=4
-config KERNEL_V_2_6_34_7
+config KERNEL_V_2_6_34_8
bool
- prompt "2.6.34.7"
+ prompt "2.6.34.8"
config KERNEL_V_2_6_33_7
bool
prompt "2.6.33.7"
-config KERNEL_V_2_6_32_27
+config KERNEL_V_2_6_32_28
bool
- prompt "2.6.32.27 (longterm)"
+ prompt "2.6.32.28 (longterm)"
help
The Linux 2.6.32 tree is a "longterm" maintenance branch.
@@ -127,13 +135,15 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.6.37" if KERNEL_V_2_6_37
+ default "2.6.36.3" if KERNEL_V_2_6_36_3
default "2.6.36.2" if KERNEL_V_2_6_36_2
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.10" if KERNEL_V_2_6_35_10
- default "2.6.34.7" if KERNEL_V_2_6_34_7
+ default "2.6.34.8" if KERNEL_V_2_6_34_8
default "2.6.33.7" if KERNEL_V_2_6_33_7
- default "2.6.32.27" if KERNEL_V_2_6_32_26
+ default "2.6.32.28" if KERNEL_V_2_6_32_28
default "2.6.31.14" if KERNEL_V_2_6_31_14
default "2.6.27.57" if KERNEL_V_2_6_27_57