From b184e5ea3949343609bb9901a8fa6088958f7441 Mon Sep 17 00:00:00 2001 From: Curt Brune Date: Thu, 3 Aug 2017 11:33:20 -0700 Subject: [PATCH] quanta_common_rglbmc: track default kernel version 4.9.40 The ONIE core updated to kernel 4.9.40. Keep pace with the kernel minor version increase. Signed-off-by: Curt Brune --- machine/quanta/quanta_common_rglbmc/machine.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/quanta/quanta_common_rglbmc/machine.make b/machine/quanta/quanta_common_rglbmc/machine.make index e562739ae..afe5f0b0e 100644 --- a/machine/quanta/quanta_common_rglbmc/machine.make +++ b/machine/quanta/quanta_common_rglbmc/machine.make @@ -53,7 +53,7 @@ PXE_EFI64_ENABLE = yes # Set the desired kernel version. LINUX_VERSION = 4.9 -LINUX_MINOR_VERSION = 35 +LINUX_MINOR_VERSION = 40 # Use gcc-6.3.0 GCC_VERSION = 6.3.0