mirror of https://github.com/hak5/openwrt.git
add kmod-hwmon-lm95241
This allows building the module for the national lm95241 i2c temperature sensor. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28335lede-17.01
parent
d53022a424
commit
cfc370eea0
|
@ -89,6 +89,20 @@ endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,hwmon-lm90))
|
$(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
|
define KernelPackage/hwmon-pc87360
|
||||||
TITLE:=PC87360 monitoring support
|
TITLE:=PC87360 monitoring support
|
||||||
|
|
Loading…
Reference in New Issue