linux4.19: enable nct6683 sensors module

resolves #7475
This commit is contained in:
Helmut Pozimski 2019-01-21 09:55:09 +01:00
parent 88d69b9017
commit 1b8ff02e3b
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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 <helmut@pozimski.eu>"
@ -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