Skip to content
Snippets Groups Projects
Commit 099d998f authored by Imre Kaloz's avatar Imre Kaloz
Browse files

package the TI TMP421 driver

SVN-Revision: 41231
parent 60f1a7bd
No related branches found
No related tags found
No related merge requests found
#
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2006-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
......@@ -258,3 +258,17 @@ define KernelPacakge/hwmon-gsc/description
endef
$(eval $(call KernelPackage,hwmon-gsc))
define KernelPackage/hwmon-tmp421
TITLE:=TI TMP421 and compatible monitoring support
KCONFIG:=CONFIG_SENSORS_TMP421
FILES:=$(LINUX_DIR)/drivers/hwmon/tmp421.ko
AUTOLOAD:=$(call AutoLoad,60,tmp421)
$(call AddDepends/hwmon,+kmod-i2c-core)
endef
define KernelPacakge/hwmon-tmp421/description
Kernel module for the Texas Instruments TMP421 and compatible chips.
endef
$(eval $(call KernelPackage,hwmon-tmp421))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment