summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-04-02 17:50:22 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-04-02 17:50:22 (GMT)
commitb2dff64861202c5777778cd005d6ca759ed64afe (patch)
tree35e4568df7a2f74ce545efacaee0b9264172c527
parent7b34d405660ff25489e2ca63290bc1e0e2984958 (diff)
kernel/linux: add latest versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r--config/kernel/linux.in17
1 files changed, 11 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index dd55bec..74d269b 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,21 +26,25 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_3_3_1
+ bool
+ prompt "3.3.1"
+
config KERNEL_V_3_3
bool
prompt "3.3"
-config KERNEL_V_3_2_12
+config KERNEL_V_3_2_14
bool
- prompt "3.2.12"
+ prompt "3.2.14"
config KERNEL_V_3_1_10
bool
prompt "3.1.10"
-config KERNEL_V_3_0_25
+config KERNEL_V_3_0_27
bool
- prompt "3.0.25"
+ prompt "3.0.27"
config KERNEL_V_2_6_39_4
bool
@@ -131,10 +135,11 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "3.3.1" if KERNEL_V_3_3_1
default "3.3" if KERNEL_V_3_3
- default "3.2.12" if KERNEL_V_3_2_12
+ default "3.2.14" if KERNEL_V_3_2_14
default "3.1.10" if KERNEL_V_3_1_10
- default "3.0.25" if KERNEL_V_3_0_25
+ default "3.0.27" if KERNEL_V_3_0_27
default "2.6.39.4" if KERNEL_V_2_6_39_4
default "2.6.38.8" if KERNEL_V_2_6_38_8
default "2.6.37.6" if KERNEL_V_2_6_37_6