aboutsummaryrefslogtreecommitdiff
path: root/utils/lm-sensors
Commit message (Collapse)AuthorAge
* Merge pull request #4562 from pprindeville/lm-sensors-fix-conf-fileJo-Philipp Wich2018-02-20
|\ | | | | lm-sensors: update name of configuration file
| * lm-sensors: update names of lm-sensos conf filePhilip Prindeville2018-01-16
| | | | | | | | | | | | | | | | Since lm-sensors supports both /etc/sensors.conf and /etc/sensors3.conf as valid default configuration files, we should propagate one of both across a sysupgrade if we encounter them. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | lm-sensors: add init scriptPhilip Prindeville2018-01-16
|/ | | | | | | "sensors -s" needs to happen at boot-time so that any "set" statements in sensors.conf file can take effect. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* lm-sensors: fix missing PKG_SOURCE variable (#2933)Jo-Philipp Wich2016-07-07
| | | | | | | | | | | Fix missing `PKG_SOURCE` variable leading to a `Download/default is missing the FILE field` error in the buildroot. Also remove now uneeded variable as the default one matches the git clone structure. Finally use the common variable assignment style for `PKG_SOURCE_PROTO` and `PKG_SOURCE_VERSION`. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* Change lm-sensors source URI to the working clone on GitHubToni Kaija2016-07-04
| | | | Signed-off-by: Toni Kaija <toni.kaija@corefactory.com>
* treewide: replace my defunct email addressJo-Philipp Wich2016-06-07
| | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* lm-sensors: fix musl compatibilityJo-Philipp Wich2015-06-26
| | | | | | Only use `asm/io.h` for uClibc, else include `sys/io.h` Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* lm-sensors: import from oldpackages, add myself as maintainer, add license ↵Jo-Philipp Wich2014-07-02
information, update to v3.3.5 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>