mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 00:30:16 +02:00
[packages] kernel: Add hwmon-lm63 package
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23216 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ff79543946
commit
ea98cdf5c9
@ -30,6 +30,20 @@ define AddDepends/hwmon
|
|||||||
DEPENDS:=kmod-hwmon-core $(1)
|
DEPENDS:=kmod-hwmon-core $(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-lm63
|
||||||
|
TITLE:=LM63/64 monitoring support
|
||||||
|
KCONFIG:=CONFIG_SENSORS_LM63
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/hwmon/lm63.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,60,lm63)
|
||||||
|
$(call AddDepends/hwmon,+kmod-i2c-core)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-lm63/description
|
||||||
|
Kernel module for lm63 and lm64 thermal monitor chip
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,hwmon-lm63))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/hwmon-lm75
|
define KernelPackage/hwmon-lm75
|
||||||
TITLE:=LM75 monitoring support
|
TITLE:=LM75 monitoring support
|
||||||
|
Loading…
Reference in New Issue
Block a user