From 630040c8300bcc49b84589fa5f09ffecb884621c Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 28 Apr 2018 09:01:52 +0200 Subject: [PATCH] kernel: update to 4.14.37 Signed-off-by: Arne Fitzenreiter --- lfs/linux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/linux b/lfs/linux index e1b6a09801..5d0169db48 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@ include Config -VER = 4.14.35 -ARM_PATCHES = 4.14.35-ipfire0 +VER = 4.14.37 +ARM_PATCHES = 4.14.37-ipfire0 THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -75,8 +75,8 @@ objects =$(DL_FILE) \ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) arm-multi-patches-$(ARM_PATCHES).tar.xz = $(URL_IPFIRE)/arm-multi-patches-$(ARM_PATCHES).tar.xz -$(DL_FILE)_MD5 = 9f565a7edf93b58022e529f8d904a4ea -arm-multi-patches-$(ARM_PATCHES).tar.xz_MD5 = f56e8cd4509b2ff174b5934109e3a757 +$(DL_FILE)_MD5 = 82b7a828b228dd7a581dc3fc1174ea15 +arm-multi-patches-$(ARM_PATCHES).tar.xz_MD5 = 1f8dbd49651b6789909ef15bc8556d92 install : $(TARGET) -- 2.39.5