From 1b8ff02e3b14815e9f9ca66b82a29d8070299a12 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Mon, 21 Jan 2019 09:55:09 +0100 Subject: [PATCH] linux4.19: enable nct6683 sensors module resolves #7475 --- 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 9535416672..a181a4edb6 100644 --- a/srcpkgs/linux4.19/files/i386-dotconfig +++ b/srcpkgs/linux4.19/files/i386-dotconfig @@ -4139,7 +4139,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.19/files/x86_64-dotconfig b/srcpkgs/linux4.19/files/x86_64-dotconfig index f15cf68bde..d5d2c01fad 100644 --- a/srcpkgs/linux4.19/files/x86_64-dotconfig +++ b/srcpkgs/linux4.19/files/x86_64-dotconfig @@ -4202,7 +4202,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.19/template b/srcpkgs/linux4.19/template index d4130dd575..b7b200c786 100644 --- a/srcpkgs/linux4.19/template +++ b/srcpkgs/linux4.19/template @@ -1,8 +1,7 @@ # Template file for 'linux4.19' pkgname=linux4.19 version=4.19.16 -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=d8a088381fe3e7e5484c060dabcdda4b053ef7114f91cfd56db003a89bb11bdf +patch_args="-Np1" nodebug=yes # -dbg package is generated below manually nostrip=yes