Changeset 31656
- Timestamp:
- 2012-05-09T12:48:34+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/kernel/modules/hwmon.mk
r31655 r31656 91 91 92 92 93 define KernelPackage/hwmon-lm85 94 TITLE:=LM85 monitoring support 95 KCONFIG:=CONFIG_SENSORS_LM85 96 FILES:=$(LINUX_DIR)/drivers/hwmon/lm85.ko 97 AUTOLOAD:=$(call AutoLoad,60,lm85) 98 $(call AddDepends/hwmon,+kmod-i2c-core +kmod-hwmon-vid) 99 endef 100 101 define KernelPackage/hwmon-lm85/description 102 Kernel module for LM85 thermal monitor chip 103 endef 104 105 $(eval $(call KernelPackage,hwmon-lm85)) 106 107 93 108 define KernelPackage/hwmon-lm90 94 109 TITLE:=LM90 monitoring support
Note: See TracChangeset
for help on using the changeset viewer.