From: Arne Fitzenreiter Date: Mon, 30 Apr 2018 10:26:30 +0000 (+0200) Subject: kernel: update to 4.14.38 X-Git-Tag: v2.21-core122~178^2~3 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=b69338e0e8a8c12f0e1acc919258b1f2f6e658fb kernel: update to 4.14.38 Signed-off-by: Arne Fitzenreiter --- diff --git a/config/kernel/kernel.config.armv5tel-ipfire-kirkwood b/config/kernel/kernel.config.armv5tel-ipfire-kirkwood index 214f9ecdc9..7c4052b3c8 100644 --- a/config/kernel/kernel.config.armv5tel-ipfire-kirkwood +++ b/config/kernel/kernel.config.armv5tel-ipfire-kirkwood @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.14.32-ipfire-kirkwood Kernel Configuration +# Linux/arm 4.14.38 Kernel Configuration # CONFIG_ARM=y CONFIG_ARM_HAS_SG_CHAIN=y diff --git a/config/kernel/kernel.config.armv5tel-ipfire-multi b/config/kernel/kernel.config.armv5tel-ipfire-multi index 81e499a8cd..7a194a4a9d 100644 --- a/config/kernel/kernel.config.armv5tel-ipfire-multi +++ b/config/kernel/kernel.config.armv5tel-ipfire-multi @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.14.32-ipfire-multi Kernel Configuration +# Linux/arm 4.14.38 Kernel Configuration # CONFIG_ARM=y CONFIG_ARM_HAS_SG_CHAIN=y diff --git a/config/kernel/kernel.config.i586-ipfire b/config/kernel/kernel.config.i586-ipfire index ef00620cb3..1e8a6ab572 100644 --- a/config/kernel/kernel.config.i586-ipfire +++ b/config/kernel/kernel.config.i586-ipfire @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.32-ipfire Kernel Configuration +# Linux/x86 4.14.38 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -4675,6 +4675,7 @@ CONFIG_BACKLIGHT_PM8941_WLED=m # CONFIG_BACKLIGHT_ADP8860 is not set # CONFIG_BACKLIGHT_ADP8870 is not set # CONFIG_BACKLIGHT_LM3639 is not set +# CONFIG_BACKLIGHT_OT200 is not set # CONFIG_BACKLIGHT_GPIO is not set # CONFIG_BACKLIGHT_LV5207LP is not set # CONFIG_BACKLIGHT_BD6107 is not set diff --git a/config/kernel/kernel.config.i586-ipfire-pae b/config/kernel/kernel.config.i586-ipfire-pae index c2517d6232..b1d62e3095 100644 --- a/config/kernel/kernel.config.i586-ipfire-pae +++ b/config/kernel/kernel.config.i586-ipfire-pae @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.32-ipfire Kernel Configuration +# Linux/x86 4.14.38 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -4660,6 +4660,7 @@ CONFIG_BACKLIGHT_PM8941_WLED=m # CONFIG_BACKLIGHT_ADP8860 is not set # CONFIG_BACKLIGHT_ADP8870 is not set # CONFIG_BACKLIGHT_LM3639 is not set +# CONFIG_BACKLIGHT_OT200 is not set # CONFIG_BACKLIGHT_GPIO is not set # CONFIG_BACKLIGHT_LV5207LP is not set # CONFIG_BACKLIGHT_BD6107 is not set diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire index 0d44e843a3..19afaf3cfb 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.32-ipfire Kernel Configuration +# Linux/x86 4.14.38 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/lfs/linux b/lfs/linux index 5d0169db48..01cdd00b31 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,8 +24,8 @@ include Config -VER = 4.14.37 -ARM_PATCHES = 4.14.37-ipfire0 +VER = 4.14.38 +ARM_PATCHES = 4.14.38-ipfire0 THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -70,13 +70,13 @@ endif # Top-level Rules ############################################################################### objects =$(DL_FILE) \ - arm-multi-patches-$(ARM_PATCHES).tar.xz + arm-multi-patches-$(ARM_PATCHES).patch.xz $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) -arm-multi-patches-$(ARM_PATCHES).tar.xz = $(URL_IPFIRE)/arm-multi-patches-$(ARM_PATCHES).tar.xz +arm-multi-patches-$(ARM_PATCHES).patch.xz = $(URL_IPFIRE)/arm-multi-patches-$(ARM_PATCHES).patch.xz -$(DL_FILE)_MD5 = 82b7a828b228dd7a581dc3fc1174ea15 -arm-multi-patches-$(ARM_PATCHES).tar.xz_MD5 = 1f8dbd49651b6789909ef15bc8556d92 +$(DL_FILE)_MD5 = 5aed51d9c7ef9e12c1db41e05f69ad2c +arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = ed8921e4cee037c8e56563cdd9fd39c8 install : $(TARGET) @@ -148,7 +148,7 @@ endif ifeq "$(KCFG)" "-multi" # Apply Arm-multiarch kernel patches. - cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).tar.xz | patch -Np1 + cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1 endif cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-3.14.79-amba-fix.patch