linux4.19: update to 4.19.119.

This commit is contained in:
Helmut Pozimski 2020-04-30 21:17:24 +02:00
parent a687c89fde
commit 7de88248dd
2 changed files with 6 additions and 4 deletions

View file

@ -1,10 +1,10 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.19.112 Kernel Configuration # Linux/arm64 4.19.119 Kernel Configuration
# #
# #
# Compiler: gcc (GCC) 9.3.0 # Compiler: aarch64-linux-gnu-gcc (GCC) 9.3.0
# #
CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=90300 CONFIG_GCC_VERSION=90300
@ -394,6 +394,7 @@ CONFIG_ARM64_ERRATUM_845719=y
CONFIG_ARM64_ERRATUM_843419=y CONFIG_ARM64_ERRATUM_843419=y
CONFIG_ARM64_ERRATUM_1024718=y CONFIG_ARM64_ERRATUM_1024718=y
CONFIG_ARM64_ERRATUM_1463225=y CONFIG_ARM64_ERRATUM_1463225=y
CONFIG_ARM64_ERRATUM_1542419=y
CONFIG_CAVIUM_ERRATUM_22375=y CONFIG_CAVIUM_ERRATUM_22375=y
CONFIG_CAVIUM_ERRATUM_23154=y CONFIG_CAVIUM_ERRATUM_23154=y
CONFIG_CAVIUM_ERRATUM_27456=y CONFIG_CAVIUM_ERRATUM_27456=y
@ -2613,6 +2614,7 @@ CONFIG_SUNDANCE=m
# CONFIG_NET_VENDOR_EZCHIP is not set # CONFIG_NET_VENDOR_EZCHIP is not set
CONFIG_NET_VENDOR_FREESCALE=y CONFIG_NET_VENDOR_FREESCALE=y
# CONFIG_FSL_FMAN is not set # CONFIG_FSL_FMAN is not set
CONFIG_DPAA_ERRATUM_A050385=y
# CONFIG_FSL_PQ_MDIO is not set # CONFIG_FSL_PQ_MDIO is not set
# CONFIG_FSL_XGMAC_MDIO is not set # CONFIG_FSL_XGMAC_MDIO is not set
# CONFIG_GIANFAR is not set # CONFIG_GIANFAR is not set

View file

@ -1,6 +1,6 @@
# Template file for 'linux4.19' # Template file for 'linux4.19'
pkgname=linux4.19 pkgname=linux4.19
version=4.19.118 version=4.19.119
revision=1 revision=1
wrksrc="linux-${version}" wrksrc="linux-${version}"
short_desc="Linux kernel and modules (${version%.*} series)" short_desc="Linux kernel and modules (${version%.*} series)"
@ -8,7 +8,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://www.kernel.org" homepage="https://www.kernel.org"
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz" distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
checksum=89749365f9dafa6c62cc5e920a7e532ed4aad9ab766fb436423b153ffbc08c96 checksum=2ba4b94a71bed9957d4d44b08de5552a30576ef2ceaa90f517af598dfe6f9bce
python_version=2 #unverified python_version=2 #unverified
patch_args="-Np1" patch_args="-Np1"