From 4b78b7e63690533e32a83f00ccda98311d6b0496 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 27 Mar 2019 19:26:14 +0100 Subject: [PATCH] linux5.0: update to 5.0.5. also change pinctrl_cherryview to builtin for #9338 --- srcpkgs/linux5.0/files/i386-dotconfig | 2 +- srcpkgs/linux5.0/files/x86_64-dotconfig | 2 +- srcpkgs/linux5.0/template | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/linux5.0/files/i386-dotconfig b/srcpkgs/linux5.0/files/i386-dotconfig index 94ad98307f3..52eab7c740a 100644 --- a/srcpkgs/linux5.0/files/i386-dotconfig +++ b/srcpkgs/linux5.0/files/i386-dotconfig @@ -3888,7 +3888,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/linux5.0/files/x86_64-dotconfig b/srcpkgs/linux5.0/files/x86_64-dotconfig index 42098eaa0c6..ab5153b7fe9 100644 --- a/srcpkgs/linux5.0/files/x86_64-dotconfig +++ b/srcpkgs/linux5.0/files/x86_64-dotconfig @@ -3957,7 +3957,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/linux5.0/template b/srcpkgs/linux5.0/template index c21c4e8ed87..db1fec31d83 100644 --- a/srcpkgs/linux5.0/template +++ b/srcpkgs/linux5.0/template @@ -1,6 +1,6 @@ # Template file for 'linux5.0' pkgname=linux5.0 -version=5.0.4 +version=5.0.5 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/v5.x/linux-${version}.tar.xz" -checksum=8f853aa05c496e27452da5e0ca74c56fab447cb2c24f047c55fd1d13d8bdea68 +checksum=5fbd807bf2aa0a80a0bf165692d89aaf3463d03043419b0a9b104f55f12c94d0 patch_args="-Np1" nodebug=yes # -dbg package is generated below manually