linux4.20: enable nct6683 sensors module

This commit is contained in:
Helmut Pozimski 2019-01-21 09:57:48 +01:00
parent 1b8ff02e3b
commit 20d87d8f4b
3 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

@ -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 <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=b9c1bd128404a8e73b57f764256fcaca8eb09f9a892e292856dbeffafa187f45
patch_args="-Np1"
nodebug=yes # -dbg package is generated below manually
nostrip=yes