mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
kernel: fix typo in hwmon.mk (#18813)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44120
This commit is contained in:
parent
56649a4eed
commit
1aad0e6878
@ -46,7 +46,7 @@ $(eval $(call KernelPackage,hwmon-vid))
|
|||||||
|
|
||||||
define KernelPackage/hwmon-adt7410
|
define KernelPackage/hwmon-adt7410
|
||||||
TITLE:=ADT7410 monitoring support
|
TITLE:=ADT7410 monitoring support
|
||||||
ifeq ($(CONFIG_LINUX_3_8)),)
|
ifeq ($(CONFIG_LINUX_3_8),)
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_SENSORS_ADT7X10 \
|
CONFIG_SENSORS_ADT7X10 \
|
||||||
CONFIG_SENSORS_ADT7410
|
CONFIG_SENSORS_ADT7410
|
||||||
|
Loading…
Reference in New Issue
Block a user