X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ea98cdf5c91274503ef7387ab5018855cdc26ea1..1e81be025ffbf6c3addc2e8d6097ba7b00b174a8:/package/kernel/modules/hwmon.mk diff --git a/package/kernel/modules/hwmon.mk b/package/kernel/modules/hwmon.mk index ebbe7cfab..57dd5684c 100644 --- a/package/kernel/modules/hwmon.mk +++ b/package/kernel/modules/hwmon.mk @@ -89,6 +89,20 @@ endef $(eval $(call KernelPackage,hwmon-lm90)) +define KernelPackage/hwmon-lm95241 + TITLE:=LM95241 monitoring support + KCONFIG:=CONFIG_SENSORS_LM95241 + FILES:=$(LINUX_DIR)/drivers/hwmon/lm95241.ko + AUTOLOAD:=$(call AutoLoad,60,lm95241) + $(call AddDepends/hwmon,+kmod-i2c-core) +endef + +define KernelPackage/hwmon-lm95241/description + Kernel module for LM95241 thermal monitor chip +endef + +$(eval $(call KernelPackage,hwmon-lm95241)) + define KernelPackage/hwmon-pc87360 TITLE:=PC87360 monitoring support