kernel: update to 4.14.72

this commit has many important driver updates so we need to ship it fast...

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2018-09-27 08:03:45 +02:00
parent 161a5b834a
commit eaadeb5af0

View File

@@ -24,8 +24,8 @@
include Config
VER = 4.14.71
ARM_PATCHES = 4.14.71-ipfire0
VER = 4.14.72
ARM_PATCHES = 4.14.72-ipfire0
THISAPP = linux-$(VER)
DL_FILE = linux-$(VER).tar.xz
@@ -34,7 +34,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
CFLAGS =
CXXFLAGS =
PAK_VER = 77
PAK_VER = 78
DEPS = ""
HEADERS_ARCH = $(BUILD_PLATFORM)
@@ -82,10 +82,9 @@ 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 = 14b21e5f11e8e195731c89a14794a0fc
$(DL_FILE)_MD5 = 450b3f5f1124442dee768eaa097fd149
arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = 889a8d49a63bf462067409887f8105bb
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))