From 0625cb4093d1f15469fc9de92d654d4ebbabe71c Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 20 Jul 2021 18:56:43 +0200 Subject: [PATCH] linux5.4: update to 5.4.134. --- srcpkgs/linux5.4/files/arm-dotconfig | 5 +++-- srcpkgs/linux5.4/files/arm64-dotconfig | 6 +++--- srcpkgs/linux5.4/template | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/linux5.4/files/arm-dotconfig b/srcpkgs/linux5.4/files/arm-dotconfig index fb467121f8d..1d0a006e921 100644 --- a/srcpkgs/linux5.4/files/arm-dotconfig +++ b/srcpkgs/linux5.4/files/arm-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 5.4.129 Kernel Configuration +# Linux/arm 5.4.134 Kernel Configuration # # @@ -21,7 +21,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y CONFIG_BROKEN_ON_SMP=y CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="" +CONFIG_LOCALVERSION="_1" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT="" CONFIG_HAVE_KERNEL_GZIP=y @@ -3644,6 +3644,7 @@ CONFIG_CHARGER_MAX77650=m # CONFIG_CHARGER_BQ25890 is not set # CONFIG_CHARGER_SMB347 is not set # CONFIG_BATTERY_GAUGE_LTC2941 is not set +# CONFIG_BATTERY_RT5033 is not set # CONFIG_CHARGER_RT9455 is not set CONFIG_CHARGER_UCS1002=m CONFIG_HWMON=y diff --git a/srcpkgs/linux5.4/files/arm64-dotconfig b/srcpkgs/linux5.4/files/arm64-dotconfig index 15305c7782c..2e889493e06 100644 --- a/srcpkgs/linux5.4/files/arm64-dotconfig +++ b/srcpkgs/linux5.4/files/arm64-dotconfig @@ -1,10 +1,10 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 5.4.91 Kernel Configuration +# Linux/arm64 5.4.134 Kernel Configuration # # -# Compiler: aarch64-linux-musl-gcc (GCC) 10.2.1 20201203 +# Compiler: aarch64-linux-gnu-gcc (GCC) 10.2.1 20201203 # CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=100201 @@ -4905,6 +4905,7 @@ CONFIG_CHARGER_BQ24735=m CONFIG_CHARGER_BQ25890=m CONFIG_CHARGER_SMB347=m # CONFIG_BATTERY_GAUGE_LTC2941 is not set +# CONFIG_BATTERY_RT5033 is not set CONFIG_CHARGER_RT9455=m CONFIG_CHARGER_CROS_USBPD=m CONFIG_CHARGER_SC2731=m @@ -7505,7 +7506,6 @@ CONFIG_USB_BDC_UDC=m # # Platform Support # -CONFIG_USB_BDC_PCI=m # CONFIG_USB_AMD5536UDC is not set # CONFIG_USB_NET2272 is not set # CONFIG_USB_NET2280 is not set diff --git a/srcpkgs/linux5.4/template b/srcpkgs/linux5.4/template index dea05b15201..4cd9d956d94 100644 --- a/srcpkgs/linux5.4/template +++ b/srcpkgs/linux5.4/template @@ -1,6 +1,6 @@ # Template file for 'linux5.4' pkgname=linux5.4 -version=5.4.130 +version=5.4.134 revision=1 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" @@ -8,7 +8,7 @@ maintainer="Helmut Pozimski " license="GPL-2.0-only" homepage="https://www.kernel.org" distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz" -checksum=662a71fbab4fe671b987262e3c549754c269a8f8cc67cd5f770534079ef19c7b +checksum=c9fb861642161c256e10c97c35ccce18831e688d87ead53c18e3226778e05841 python_version=3 nodebug=yes # -dbg package is generated below manually