From: nbd Date: Sun, 25 Jan 2015 11:21:48 +0000 (+0000) Subject: kernel: fix typo in hwmon.mk (#18813) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=8e5bc80fcefe09d14e8491daa306f7acf37faab2;p=openwrt.git kernel: fix typo in hwmon.mk (#18813) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44120 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index cd089228bc..c6ef9eadc6 100644 --- a/package/kernel/linux/modules/hwmon.mk +++ b/package/kernel/linux/modules/hwmon.mk @@ -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