diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-24 22:13:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-24 22:13:31 +0000 |
commit | b8303e033764b6fbfd74ab387ba880caed87827a (patch) | |
tree | 2caced2fb847d98d55d9b5e5528271a61b9215cb /package/kernel/linux/modules/hwmon.mk | |
parent | 47e651e2ebd313a75130c9e7746f7b2f501488b4 (diff) | |
download | upstream-b8303e033764b6fbfd74ab387ba880caed87827a.tar.gz upstream-b8303e033764b6fbfd74ab387ba880caed87827a.tar.bz2 upstream-b8303e033764b6fbfd74ab387ba880caed87827a.zip |
kernel: eliminate a few kernel_patchver_*/CompareKernelPatchVer calls
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44114
Diffstat (limited to 'package/kernel/linux/modules/hwmon.mk')
-rw-r--r-- | package/kernel/linux/modules/hwmon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index 9d012dcfc4..cd089228bc 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 ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.10.0)),1) +ifeq ($(CONFIG_LINUX_3_8)),) KCONFIG:= \ CONFIG_SENSORS_ADT7X10 \ CONFIG_SENSORS_ADT7410 |