kernel: fix typo in hwmon.mk (#18813)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44120 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b7cc09ab30
commit
8e5bc80fce
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue