From 9a2ac6c3da57170b9e0c2e9830f0a6babdbfc942 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 12 Apr 2018 17:17:08 +0200 Subject: [PATCH] kernel: update to 4.14.34 Signed-off-by: Arne Fitzenreiter --- lfs/linux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/linux b/lfs/linux index c95b5096fb..9b7b969d43 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@ include Config -VER = 4.14.33 -ARM_PATCHES = 4.14.33-ipfire0 +VER = 4.14.34 +ARM_PATCHES = 4.14.34-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 = 2f360c8caf7ee2efa416ee742394ba20 -arm-multi-patches-$(ARM_PATCHES).tar.xz_MD5 = e41832bf6986791dd39788f451e03600 +$(DL_FILE)_MD5 = 815b808ef64375fec3b2843e4d556c87 +arm-multi-patches-$(ARM_PATCHES).tar.xz_MD5 = e0ba42f27516c3a9bfae4d8ae05ea986 install : $(TARGET) -- 2.39.5