From 20d87d8f4bcbfda7a722f03e2263b0487ae17eae Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Mon, 21 Jan 2019 09:57:48 +0100 Subject: [PATCH] linux4.20: enable nct6683 sensors module --- srcpkgs/linux4.20/files/i386-dotconfig | 2 +- srcpkgs/linux4.20/files/x86_64-dotconfig | 2 +- srcpkgs/linux4.20/template | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/linux4.20/files/i386-dotconfig b/srcpkgs/linux4.20/files/i386-dotconfig index 047183a365..8094341032 100644 --- a/srcpkgs/linux4.20/files/i386-dotconfig +++ b/srcpkgs/linux4.20/files/i386-dotconfig @@ -4161,7 +4161,7 @@ CONFIG_SENSORS_LM95245=m CONFIG_SENSORS_PC87360=m CONFIG_SENSORS_PC87427=m CONFIG_SENSORS_NTC_THERMISTOR=m -# CONFIG_SENSORS_NCT6683 is not set +CONFIG_SENSORS_NCT6683=m CONFIG_SENSORS_NCT6775=m CONFIG_SENSORS_NCT7802=m CONFIG_SENSORS_NCT7904=m diff --git a/srcpkgs/linux4.20/files/x86_64-dotconfig b/srcpkgs/linux4.20/files/x86_64-dotconfig index 9be2cb2086..403448838c 100644 --- a/srcpkgs/linux4.20/files/x86_64-dotconfig +++ b/srcpkgs/linux4.20/files/x86_64-dotconfig @@ -4226,7 +4226,7 @@ CONFIG_SENSORS_LM95245=m CONFIG_SENSORS_PC87360=m CONFIG_SENSORS_PC87427=m CONFIG_SENSORS_NTC_THERMISTOR=m -# CONFIG_SENSORS_NCT6683 is not set +CONFIG_SENSORS_NCT6683=m CONFIG_SENSORS_NCT6775=m CONFIG_SENSORS_NCT7802=m CONFIG_SENSORS_NCT7904=m diff --git a/srcpkgs/linux4.20/template b/srcpkgs/linux4.20/template index 2c56673401..f51b709060 100644 --- a/srcpkgs/linux4.20/template +++ b/srcpkgs/linux4.20/template @@ -1,8 +1,7 @@ -# Template file for 'linux4.20'. +# Template file for 'linux4.20' pkgname=linux4.20 version=4.20.3 -revision=1 -patch_args="-Np1" +revision=2 wrksrc="linux-${version}" short_desc="The Linux kernel and modules (${version%.*} series)" maintainer="Helmut Pozimski " @@ -10,6 +9,7 @@ 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=b9c1bd128404a8e73b57f764256fcaca8eb09f9a892e292856dbeffafa187f45 +patch_args="-Np1" nodebug=yes # -dbg package is generated below manually nostrip=yes