Commit Graph

9 Commits

Author SHA1 Message Date
Jo-Philipp Wich e089ea548b
Merge pull request #4562 from pprindeville/lm-sensors-fix-conf-file
lm-sensors: update name of configuration file
2018-02-20 17:08:54 +01:00
Philip Prindeville f739f656ef lm-sensors: update names of lm-sensos conf file
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>
2018-01-16 16:11:32 -07:00
Philip Prindeville 0ebe9edb41 lm-sensors: add init script
"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>
2018-01-16 15:35:14 -07:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Jo-Philipp Wich a6368066b3 lm-sensors: fix missing PKG_SOURCE variable (#2933)
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>
2016-07-07 12:10:09 +02:00
Toni Kaija fd8efbd964 Change lm-sensors source URI to the working clone on GitHub
Signed-off-by: Toni Kaija <toni.kaija@corefactory.com>
2016-07-04 14:06:19 +03:00
Jo-Philipp Wich 9843f170d7 treewide: replace my defunct email address
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-07 12:00:59 +02:00
Jo-Philipp Wich 940c522cf6 lm-sensors: fix musl compatibility
Only use `asm/io.h` for uClibc, else include `sys/io.h`

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-26 15:10:03 +02:00
Jo-Philipp Wich 85a6d7a070 lm-sensors: import from oldpackages, add myself as maintainer, add license information, update to v3.3.5
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-07-02 13:11:04 +02:00