]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
kernel: update to 4.14.72
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 27 Sep 2018 06:03:45 +0000 (08:03 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 27 Sep 2018 06:03:45 +0000 (08:03 +0200)
this commit has many important driver updates so we need to ship it fast...

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/linux

index ad10bc8e5bc6833ed047494962bbbfe345bf1a9b..814bc0b7347c2ad02ac582eec63155653508bb70 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -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))