From 668f91c37c55acbe4b3761ec5100979fd75077d9 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 18 Nov 2018 14:29:44 +0100 Subject: [PATCH] kernel: update to 4.14.81 --- lfs/linux | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/linux b/lfs/linux index 814bc0b734..50ae6097df 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@ include Config -VER = 4.14.72 -ARM_PATCHES = 4.14.72-ipfire0 +VER = 4.14.81 +ARM_PATCHES = 4.14.81-ipfire0 THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -34,7 +34,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) CFLAGS = CXXFLAGS = -PAK_VER = 78 +PAK_VER = 79 DEPS = "" HEADERS_ARCH = $(BUILD_PLATFORM) @@ -82,8 +82,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 = 450b3f5f1124442dee768eaa097fd149 -arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = 889a8d49a63bf462067409887f8105bb +$(DL_FILE)_MD5 = 0386b6e177bd2a1b1fd487cd7ecf2162 +arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = a0d291aaf6d4be7df23a0df3850681de install : $(TARGET) -- 2.39.5