summaryrefslogtreecommitdiff
path: root/config/kernel
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-19 21:24:29 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-03-19 21:24:29 (GMT)
commit59751df2907a33d3ff3b0e1f4bb0c04922b0579e (patch)
tree1356120cc0a3e8fc93b4981e76580def245241d1 /config/kernel
parent876d9a6259860c196b4a2881013783d637676957 (diff)
kernel/linux: add newer versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/kernel')
-rw-r--r--config/kernel/linux.in21
1 files changed, 18 insertions, 3 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 166ba7a..4146911 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -24,6 +24,18 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_38
+ bool
+ prompt "2.6.38"
+
+config KERNEL_V_2_6_37_34
+ bool
+ prompt "2.6.37.34"
+
+config KERNEL_V_2_6_37_3
+ bool
+ prompt "2.6.37.3"
+
config KERNEL_V_2_6_37_2
bool
prompt "2.6.37.2"
@@ -67,9 +79,9 @@ config KERNEL_V_2_6_33_7
bool
prompt "2.6.33.7"
-config KERNEL_V_2_6_32_29
+config KERNEL_V_2_6_32_33
bool
- prompt "2.6.32.29 (longterm)"
+ prompt "2.6.32.33 (longterm)"
help
The Linux 2.6.32 tree is a "longterm" maintenance branch.
@@ -131,6 +143,9 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ 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.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
default "2.6.37" if KERNEL_V_2_6_37
@@ -138,7 +153,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.7" if KERNEL_V_2_6_33_7
- default "2.6.32.29" if KERNEL_V_2_6_32_29
+ default "2.6.32.33" if KERNEL_V_2_6_32_33
default "2.6.31.14" if KERNEL_V_2_6_31_14
default "2.6.27.58" if KERNEL_V_2_6_27_58