Author: nbd Date: 2015-01-25 12:21:48 +0100 (Sun, 25 Jan 2015) New Revision: 44120
Modified: trunk/package/kernel/linux/modules/hwmon.mk Log: kernel: fix typo in hwmon.mk (#18813) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/linux/modules/hwmon.mk =================================================================== --- trunk/package/kernel/linux/modules/hwmon.mk 2015-01-24 23:08:17 UTC (rev 44119) +++ trunk/package/kernel/linux/modules/hwmon.mk 2015-01-25 11:21:48 UTC (rev 44120) @@ -46,7 +46,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
