kernel: update to 4.14.38

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2018-04-30 12:26:30 +02:00
parent d8d20375b3
commit b69338e0e8
6 changed files with 14 additions and 12 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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