This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 97f1bf44603895f6b8c2215e629c0640d3cda0aa (commit) from 3a69555f909b4124bae270c16b397e7873c2db7d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 97f1bf44603895f6b8c2215e629c0640d3cda0aa Author: Arne Fitzenreiter Date: Sat Sep 12 23:47:49 2020 +0200 kernel: update to 4.14.198 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: lfs/linux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Difference in files: diff --git a/lfs/linux b/lfs/linux index cb9942938..1d708a4ce 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@ include Config -VER = 4.14.197 -ARM_PATCHES = 4.14.197-ipfire0 +VER = 4.14.198 +ARM_PATCHES = 4.14.198-ipfire0 THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -79,7 +79,7 @@ objects =$(DL_FILE) \ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) arm-multi-patches-$(ARM_PATCHES).patch.xz = $(URL_IPFIRE)/arm-multi-patches-$(ARM_PATCHES).patch.xz -$(DL_FILE)_MD5 = e868bbf17376a0f1f905b66b7f5f48b5 +$(DL_FILE)_MD5 = 9bf8f170f93283549cba55df5247b7b8 arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = 84b7afe9148e02568777ae0338da3844 install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree