summaryrefslogtreecommitdiff
path: root/config/kernel
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-01-06 23:58:13 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2013-01-06 23:58:13 (GMT)
commit0bd771f70554a6ffe43499ab6ee475c68255feb6 (patch)
treeb0a796059194cbe54843c6e8e9a2045dcd92c71f /config/kernel
parent982cfde700ed515f4ce2044d490e0932d4bbfd08 (diff)
kernel/linux: add latest versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/kernel')
-rw-r--r--config/kernel/linux.in29
1 files changed, 17 insertions, 12 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 1db7d82..4f8e5e7 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,37 +26,41 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_3_7_1
+ bool
+ prompt "3.7.1"
+
config KERNEL_V_3_7
bool
prompt "3.7"
-config KERNEL_V_3_6_10
+config KERNEL_V_3_6_11
bool
- prompt "3.6.10"
+ prompt "3.6.11"
config KERNEL_V_3_5_7
bool
prompt "3.5.7"
-config KERNEL_V_3_4_23
+config KERNEL_V_3_4_24
bool
- prompt "3.4.23"
+ prompt "3.4.24"
config KERNEL_V_3_3_8
bool
prompt "3.3.8"
-config KERNEL_V_3_2_35
+config KERNEL_V_3_2_36
bool
- prompt "3.2.35"
+ prompt "3.2.36"
config KERNEL_V_3_1_10
bool
prompt "3.1.10"
-config KERNEL_V_3_0_56
+config KERNEL_V_3_0_57
bool
- prompt "3.0.56"
+ prompt "3.0.57"
config KERNEL_V_2_6_39_4
bool
@@ -147,14 +151,15 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "3.7.1" if KERNEL_V_3_7_1
default "3.7" if KERNEL_V_3_7
- default "3.6.10" if KERNEL_V_3_6_10
+ default "3.6.11" if KERNEL_V_3_6_11
default "3.5.7" if KERNEL_V_3_5_7
- default "3.4.23" if KERNEL_V_3_4_23
+ default "3.4.24" if KERNEL_V_3_4_24
default "3.3.8" if KERNEL_V_3_3_8
- default "3.2.35" if KERNEL_V_3_2_35
+ default "3.2.36" if KERNEL_V_3_2_36
default "3.1.10" if KERNEL_V_3_1_10
- default "3.0.56" if KERNEL_V_3_0_56
+ default "3.0.57" if KERNEL_V_3_0_57
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