summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-27 17:49:15 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-27 17:49:15 (GMT)
commit8515a28fce49950c03e8ec5ec1894b67a30f13c5 (patch)
treef2b5d859ff31e8d7b3af5de5e62eab5665fc6b30 /config
parentaf691e9712de6bb6bbb4c6ffc7c8b54615472a3f (diff)
kernel/linux: add latest versions
Diffstat (limited to 'config')
-rw-r--r--config/kernel/linux.in31
1 files changed, 28 insertions, 3 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 04e9d7b..5235e2c 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -34,6 +34,22 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_31_5
+ bool
+ prompt "2.6.31.5"
+
+config KERNEL_V_2_6_31_4
+ bool
+ prompt "2.6.31.4"
+
+config KERNEL_V_2_6_31_3
+ bool
+ prompt "2.6.31.3"
+
+config KERNEL_V_2_6_31_2
+ bool
+ prompt "2.6.31.2"
+
config KERNEL_V_2_6_31_1
bool
prompt "2.6.31.1"
@@ -42,6 +58,10 @@ config KERNEL_V_2_6_31
bool
prompt "2.6.31"
+config KERNEL_V_3_6_30_9
+ bool
+ prompt "3.6.30.9"
+
config KERNEL_V_3_6_30_8
bool
prompt "3.6.30.8"
@@ -86,9 +106,9 @@ config KERNEL_V_2_6_28_10
bool
prompt "2.6.28.10"
-config KERNEL_V_2_6_27_35
+config KERNEL_V_2_6_27_38
bool
- prompt "2.6.27.35 (long-term stable)"
+ prompt "2.6.27.38 (long-term stable)"
endchoice
@@ -96,8 +116,13 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.6.31.5" if KERNEL_V_2_6_31_5
+ default "2.6.31.4" if KERNEL_V_2_6_31_4
+ default "2.6.31.3" if KERNEL_V_2_6_31_3
+ default "2.6.31.2" if KERNEL_V_2_6_31_2
default "2.6.31.1" if KERNEL_V_2_6_31_1
default "2.6.31" if KERNEL_V_2_6_31
+ default "3.6.30.9" if KERNEL_V_3_6_30_9
default "3.6.30.8" if KERNEL_V_3_6_30_8
default "3.6.30.7" if KERNEL_V_3_6_30_7
default "2.6.30.6" if KERNEL_V_2_6_30_6
@@ -109,7 +134,7 @@ config KERNEL_VERSION
default "2.6.30" if KERNEL_V_2_6_30
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.35" if KERNEL_V_2_6_27_35
+ default "2.6.27.38" if KERNEL_V_2_6_27_38
choice
bool