summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-05-06 09:44:28 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2013-05-06 09:44:28 (GMT)
commitdcd073828e8018bf8e1193687dffd4ceb7f95fa8 (patch)
treea5fec876b5ace224e3036531e9a34aceeab050f3 /config/kernel/linux.in
parente010ee574268173b0e50280c37626f73827c5f7f (diff)
kernel/linux: bump versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in52
1 files changed, 11 insertions, 41 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index c90f69c..7ca809a 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,37 +26,13 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config KERNEL_V_3_8_7
+config KERNEL_V_3_9
bool
- prompt "3.8.7"
-
-config KERNEL_V_3_8_6
- bool
- prompt "3.8.6"
-
-config KERNEL_V_3_8_5
- bool
- prompt "3.8.5"
-
-config KERNEL_V_3_8_4
- bool
- prompt "3.8.4"
-
-config KERNEL_V_3_8_3
- bool
- prompt "3.8.3"
-
-config KERNEL_V_3_8_2
- bool
- prompt "3.8.2"
-
-config KERNEL_V_3_8_1
- bool
- prompt "3.8.1"
+ prompt "3.9"
config KERNEL_V_3_8
bool
- prompt "3.8"
+ prompt "3.8.11"
config KERNEL_V_3_7
bool
@@ -72,7 +48,7 @@ config KERNEL_V_3_5
config KERNEL_V_3_4
bool
- prompt "3.4.40"
+ prompt "3.4.43"
config KERNEL_V_3_3
bool
@@ -80,7 +56,7 @@ config KERNEL_V_3_3
config KERNEL_V_3_2
bool
- prompt "3.2.43"
+ prompt "3.2.44"
config KERNEL_V_3_1
bool
@@ -88,7 +64,7 @@ config KERNEL_V_3_1
config KERNEL_V_3_0
bool
- prompt "3.0.73"
+ prompt "3.0.76"
config KERNEL_V_2_6_39
bool
@@ -179,22 +155,16 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "3.8.7" if KERNEL_V_3_8_7
- default "3.8.6" if KERNEL_V_3_8_6
- default "3.8.5" if KERNEL_V_3_8_5
- default "3.8.4" if KERNEL_V_3_8_4
- default "3.8.3" if KERNEL_V_3_8_3
- default "3.8.2" if KERNEL_V_3_8_2
- default "3.8.1" if KERNEL_V_3_8_1
- default "3.8" if KERNEL_V_3_8
+ default "3.9" if KERNEL_V_3_9
+ default "3.8.11" 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.40" if KERNEL_V_3_4
+ default "3.4.43" if KERNEL_V_3_4
default "3.3.8" if KERNEL_V_3_3
- default "3.2.43" if KERNEL_V_3_2
+ default "3.2.44" if KERNEL_V_3_2
default "3.1.10" if KERNEL_V_3_1
- default "3.0.73" if KERNEL_V_3_0
+ default "3.0.76" 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