summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-07-24 21:03:48 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2013-07-24 21:03:48 (GMT)
commit5c1b8f84d63904f61374251473a13d4ffe2e7b11 (patch)
treeb70deb384150460fdf5ee4902128d1e3a6416ca2
parentc36dfeaacd714bba91037f21211268553d52b847 (diff)
kernel/linux: bump versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-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 7ca809a..303a76f 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,13 +26,17 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_3_10
+ bool
+ prompt "3.10.2"
+
config KERNEL_V_3_9
bool
- prompt "3.9"
+ prompt "3.9.11"
config KERNEL_V_3_8
bool
- prompt "3.8.11"
+ prompt "3.8.13"
config KERNEL_V_3_7
bool
@@ -48,7 +52,7 @@ config KERNEL_V_3_5
config KERNEL_V_3_4
bool
- prompt "3.4.43"
+ prompt "3.4.54"
config KERNEL_V_3_3
bool
@@ -56,7 +60,7 @@ config KERNEL_V_3_3
config KERNEL_V_3_2
bool
- prompt "3.2.44"
+ prompt "3.2.48"
config KERNEL_V_3_1
bool
@@ -64,7 +68,7 @@ config KERNEL_V_3_1
config KERNEL_V_3_0
bool
- prompt "3.0.76"
+ prompt "3.0.87"
config KERNEL_V_2_6_39
bool
@@ -92,7 +96,7 @@ config KERNEL_V_2_6_33
config KERNEL_V_2_6_32
bool
- prompt "2.6.32.60 (longterm)"
+ prompt "2.6.32.61 (longterm)"
help
The Linux 2.6.32 tree is a "longterm" maintenance branch.
@@ -155,22 +159,23 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "3.9" if KERNEL_V_3_9
- default "3.8.11" if KERNEL_V_3_8
+ default "3.10.2" if KERNEL_V_3_10
+ default "3.9.11" if KERNEL_V_3_9
+ default "3.8.13" if KERNEL_V_3_8
default "3.7.10" if KERNEL_V_3_7
default "3.6.11" if KERNEL_V_3_6
default "3.5.7" if KERNEL_V_3_5
- default "3.4.43" if KERNEL_V_3_4
+ default "3.4.54" if KERNEL_V_3_4
default "3.3.8" if KERNEL_V_3_3
- default "3.2.44" if KERNEL_V_3_2
+ default "3.2.48" if KERNEL_V_3_2
default "3.1.10" if KERNEL_V_3_1
- default "3.0.76" if KERNEL_V_3_0
+ default "3.0.87" if KERNEL_V_3_0
default "2.6.39.4" if KERNEL_V_2_6_39
default "2.6.38.8" if KERNEL_V_2_6_38
default "2.6.37.6" if KERNEL_V_2_6_37
default "2.6.36.4" if KERNEL_V_2_6_36
default "2.6.33.20" if KERNEL_V_2_6_33
- default "2.6.32.60" if KERNEL_V_2_6_32
+ default "2.6.32.61" if KERNEL_V_2_6_32
default "2.6.31.14" if KERNEL_V_2_6_31
default "2.6.27.62" if KERNEL_V_2_6_27
default "custom" if KERNEL_LINUX_CUSTOM