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