lm-sensors: update names of lm-sensos conf file
authorPhilip Prindeville <redacted>
Fri, 7 Jul 2017 19:32:25 +0000 (13:32 -0600)
committerPhilip Prindeville <redacted>
Tue, 16 Jan 2018 23:11:32 +0000 (16:11 -0700)
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 <redacted>
utils/lm-sensors/Makefile

index 13aa5b9235de20c4917e0e1c0bb697fd103cdefa..af63b6f57753c0743f68b4cd63d0f85602bb75b6 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lm-sensors
 PKG_VERSION:=3.3.5
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/groeck/lm-sensors.git
@@ -66,6 +66,7 @@ endef
 
 define Package/lm-sensors/conffiles
 /etc/sensors.conf
+/etc/sensors3.conf
 endef
 
 define Build/Compile
git clone https://git.99rst.org/PROJECT