From: Nicolas Thill Date: Sun, 23 Sep 2007 21:21:51 +0000 (+0000) Subject: add LM77 sensors support (closes: #2419) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=7dcf6708789072c9b8742b07de7ba9809ca82c6f;hp=4ca09111935ec4468099ad6a81f25a0e7767b17a add LM77 sensors support (closes: #2419) SVN-Revision: 9002 --- diff --git a/package/kernel/modules/hwmon.mk b/package/kernel/modules/hwmon.mk index 753c455754..3dd3f4ceb6 100644 --- a/package/kernel/modules/hwmon.mk +++ b/package/kernel/modules/hwmon.mk @@ -29,13 +29,29 @@ endef $(eval $(call KernelPackage,hwmon-core)) +define KernelPackage/hwmon-lm77 + SUBMENU:=$(HWMON_MENU) + TITLE:=LM77 monitoring support + DEPENDS:=kmod-hwmon-core + KCONFIG:=CONFIG_SENSORS_LM77 + FILES:=$(LINUX_DIR)/drivers/hwmon/lm77.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,60,lm77) +endef + +define KernelPackage/hwmon-lm77/description + Kernel module for LM77 thermal monitor chip +endef + +$(eval $(call KernelPackage,hwmon-lm77)) + + define KernelPackage/hwmon-pc87360 SUBMENU:=$(HWMON_MENU) TITLE:=PC87360 monitoring support + DEPENDS:=kmod-hwmon-core KCONFIG:=CONFIG_SENSORS_PC87360 FILES:=$(LINUX_DIR)/drivers/hwmon/pc87360.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,pc87360) - DEPENDS:=kmod-hwmon-core endef define KernelPackage/hwmon-pc87360/description