From 7478eae0141e88e6863dc13a7199af63107ded66 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 27 Mar 2019 20:53:30 +0100 Subject: [PATCH] linux4.19: update to 4.19.32. also change pinctrl_cherryview to builtin resolves #9338 closes #9866 [skip ci] --- srcpkgs/linux4.19/files/i386-dotconfig | 2 +- srcpkgs/linux4.19/files/x86_64-dotconfig | 2 +- srcpkgs/linux4.19/template | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/linux4.19/files/i386-dotconfig b/srcpkgs/linux4.19/files/i386-dotconfig index 58c7c29a2b3..0789a024427 100644 --- a/srcpkgs/linux4.19/files/i386-dotconfig +++ b/srcpkgs/linux4.19/files/i386-dotconfig @@ -3854,7 +3854,7 @@ CONFIG_PINCTRL_AMD=y # CONFIG_PINCTRL_MCP23S08 is not set # CONFIG_PINCTRL_SX150X is not set CONFIG_PINCTRL_BAYTRAIL=y -CONFIG_PINCTRL_CHERRYVIEW=m +CONFIG_PINCTRL_CHERRYVIEW=y CONFIG_PINCTRL_INTEL=m CONFIG_PINCTRL_BROXTON=m CONFIG_PINCTRL_CANNONLAKE=m diff --git a/srcpkgs/linux4.19/files/x86_64-dotconfig b/srcpkgs/linux4.19/files/x86_64-dotconfig index 78258d53fe1..fd780b3a37c 100644 --- a/srcpkgs/linux4.19/files/x86_64-dotconfig +++ b/srcpkgs/linux4.19/files/x86_64-dotconfig @@ -3921,7 +3921,7 @@ CONFIG_PINCTRL_AMD=y # CONFIG_PINCTRL_MCP23S08 is not set CONFIG_PINCTRL_SX150X=y CONFIG_PINCTRL_BAYTRAIL=y -CONFIG_PINCTRL_CHERRYVIEW=m +CONFIG_PINCTRL_CHERRYVIEW=y CONFIG_PINCTRL_INTEL=m CONFIG_PINCTRL_BROXTON=m CONFIG_PINCTRL_CANNONLAKE=m diff --git a/srcpkgs/linux4.19/template b/srcpkgs/linux4.19/template index 1705c49a440..151512e20d1 100644 --- a/srcpkgs/linux4.19/template +++ b/srcpkgs/linux4.19/template @@ -1,6 +1,6 @@ # Template file for 'linux4.19' pkgname=linux4.19 -version=4.19.31 +version=4.19.32 revision=1 wrksrc="linux-${version}" short_desc="The 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/v4.x/linux-${version}.tar.xz" -checksum=7aaa90ad42be9025f2555deb3e5a6e87e44520d82eb92b8d97ac070dbf10280b +checksum=a326d1154324aee3dd9a25ac44bc4ce7242ded097d4ca2e4c131e6f32918e7d9 patch_args="-Np1" nodebug=yes # -dbg package is generated below manually