summaryrefslogtreecommitdiff
path: root/payloads/external/LinuxBoot/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/external/LinuxBoot/Kconfig')
-rw-r--r--payloads/external/LinuxBoot/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/payloads/external/LinuxBoot/Kconfig b/payloads/external/LinuxBoot/Kconfig
index 7a40645535..8acb542215 100644
--- a/payloads/external/LinuxBoot/Kconfig
+++ b/payloads/external/LinuxBoot/Kconfig
@@ -50,12 +50,12 @@ choice
default LINUXBOOT_KERNEL_STABLE
config LINUXBOOT_KERNEL_STABLE
- bool "4.15.3"
+ bool "4.14.67"
help
Stable kernel version
config LINUXBOOT_KERNEL_LATEST
- bool "4.17.11"
+ bool "4.18.5"
help
Latest kernel version
@@ -63,8 +63,8 @@ endchoice
config LINUXBOOT_KERNEL_VERSION
string
- default "4.17.11" if LINUXBOOT_KERNEL_LATEST
- default "4.15.3" if LINUXBOOT_KERNEL_STABLE
+ default "4.18.5" if LINUXBOOT_KERNEL_LATEST
+ default "4.14.67" if LINUXBOOT_KERNEL_STABLE
config LINUXBOOT_KERNEL_CONFIGFILE
string "Kernel config file"