From a9300d08658dad8849b3882f98cc77cc45130d74 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 17 Jun 2018 17:42:13 +0200 Subject: [PATCH] kernel: update to 4.14.50 Signed-off-by: Arne Fitzenreiter --- lfs/linux | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/linux b/lfs/linux index 55df731590..6226b14e9b 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@ include Config -VER = 4.14.49 -ARM_PATCHES = 4.14.49-ipfire0 +VER = 4.14.50 +ARM_PATCHES = 4.14.50-ipfire0 THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -34,7 +34,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) CFLAGS = CXXFLAGS = -PAK_VER = 74 +PAK_VER = 75 DEPS = "" ifeq "$(BUILD_ARCH)" "i586" @@ -75,8 +75,8 @@ 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 = 8854c1382064813bb7b63eb2bc0c18b4 -arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = 7c6e98b0514945a4e65e0c43b9920035 +$(DL_FILE)_MD5 = 0d397a2e14669a97d54c1b82ab2b1994 +arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = c38181f9fd416f10352e3dd3a01bb1d1 install : $(TARGET) -- 2.39.5