aboutsummaryrefslogtreecommitdiff
path: root/utils/lm-sensors
Commit message (Collapse)AuthorAge
* lm-sensors: Add support for dev_name formatted like "a000000.wifi"Florence Riker2022-11-19
| | | | Signed-off-by: Florence Riker <1460830@gmail.com>
* curl,fuse,lm-sensors: move BuildPackage line for libs above packges ↵Felix Fietkau2021-02-16
| | | | | | | | depending on it Fixes ABI_VERSION handling issues Signed-off-by: Felix Fietkau <nbd@nbd.name>
* lm-sensors: update to 3.6.0DENG Qingfang2019-10-20
| | | | | | Update lm-sensors to 3.6.0 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* lm-sensors: install libsensors using CP instead of INSTALL_DATADeng Qingfang2019-06-13
| | | | | | INSTALL_DATA turns all of the symlinks to files, increasing size. Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* lm-sensors: add conditionals to perl dependenciesEneas U de Queiroz2019-05-24
| | | | | | This will avoid building perl if lm-sensors-detect is not selected. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* lm-sensors: use codeload and add ABI_VERSIONDeng Qingfang2019-01-20
| | | | | | | | | | Use codeload URL suggested by neheb Add ABI_VERSION:=5 to libsensors Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn> Bump PKG_RELEASE just in case. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* lm-sensors: update to 3.5.0Deng Qingfang2019-01-16
| | | | | | | Also switch to GitHub tarball Removed upstreamed patch Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* 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>