summaryrefslogtreecommitdiffstats
path: root/rules/lm_sensors.make
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2016-10-24 23:43:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-10-26 14:08:21 +0200
commitc27c348fc3567e04af17b1780723776bc9871200 (patch)
tree4253ff316252cde93f726b2c9fa520e001e6b0f1 /rules/lm_sensors.make
parent06a91f88c75d8b4081e7798bdae4bc9e39a7d35b (diff)
downloadptxdist-c27c348fc3567e04af17b1780723776bc9871200.tar.gz
ptxdist-c27c348fc3567e04af17b1780723776bc9871200.tar.xz
lm_sensors: install custom config if available
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lm_sensors.make')
-rw-r--r--rules/lm_sensors.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/lm_sensors.make b/rules/lm_sensors.make
index 97df3f879..cb146d4a5 100644
--- a/rules/lm_sensors.make
+++ b/rules/lm_sensors.make
@@ -60,7 +60,7 @@ $(STATEDIR)/lm_sensors.targetinstall:
@$(call install_copy, lm_sensors, 0, 0, 0755, -, /usr/bin/sensors)
- @$(call install_copy, lm_sensors, 0, 0, 0644, -, /etc/sensors3.conf)
+ @$(call install_alternative, lm_sensors, 0, 0, 0644, /etc/sensors3.conf)
ifdef PTXCONF_LM_SENSORS_FANCONTROL
@$(call install_copy, lm_sensors, 0, 0, 0755, -, /usr/sbin/fancontrol)