summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in36
1 files changed, 18 insertions, 18 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 829e7b0..56756e7 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -44,34 +44,34 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config KERNEL_V_4_8
+config KERNEL_V_4_9
bool
- prompt "4.8.8"
+ prompt "4.9.5"
-config KERNEL_V_4_7
+config KERNEL_V_4_8
bool
- prompt "4.7.10 (EOL)"
+ prompt "4.8.17 (EOL)"
depends on OBSOLETE
config KERNEL_V_4_4
bool
- prompt "4.4.32"
+ prompt "4.4.44"
config KERNEL_V_4_1
bool
- prompt "4.1.35"
+ prompt "4.1.38"
config KERNEL_V_3_18
bool
- prompt "3.18.44"
+ prompt "3.18.47"
config KERNEL_V_3_16
bool
- prompt "3.16.38"
+ prompt "3.16.39"
config KERNEL_V_3_12
bool
- prompt "3.12.67"
+ prompt "3.12.69"
config KERNEL_V_3_10
bool
@@ -83,7 +83,7 @@ config KERNEL_V_3_4
config KERNEL_V_3_2
bool
- prompt "3.2.83"
+ prompt "3.2.84"
endchoice
@@ -91,15 +91,15 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "4.8.8" if KERNEL_V_4_8
- default "4.7.10" if KERNEL_V_4_7
- default "4.4.32" if KERNEL_V_4_4
- default "4.1.35" if KERNEL_V_4_1
- default "3.18.44" if KERNEL_V_3_18
- default "3.16.38" if KERNEL_V_3_16
- default "3.12.67" if KERNEL_V_3_12
+ default "4.9.5" if KERNEL_V_4_9
+ default "4.8.17" if KERNEL_V_4_8
+ default "4.4.44" if KERNEL_V_4_4
+ default "4.1.38" if KERNEL_V_4_1
+ default "3.18.47" if KERNEL_V_3_18
+ default "3.16.39" if KERNEL_V_3_16
+ default "3.12.69" if KERNEL_V_3_12
default "3.10.104" if KERNEL_V_3_10
default "3.4.113" if KERNEL_V_3_4
- default "3.2.83" if KERNEL_V_3_2
+ default "3.2.84" if KERNEL_V_3_2
endif # ! KERNEL_LINUX_CUSTOM