summaryrefslogtreecommitdiffstats
path: root/rules/lm_sensors.in
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2009-10-10 21:37:28 +0200
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2009-10-12 08:55:36 +0200
commit6266f5a1f06db3bf5783780c14599727374bc004 (patch)
treecc27c308782c479beefe8b8aa1736fa86d3cf9d1 /rules/lm_sensors.in
parent2cb1aece3fa4cf7a9f56993c39afdeae6e71ed71 (diff)
downloadptxdist-6266f5a1f06db3bf5783780c14599727374bc004.tar.gz
ptxdist-6266f5a1f06db3bf5783780c14599727374bc004.tar.xz
[lm_sensors] don't install sensors-detect, add dependency on bash
sensors-detect is a perl script and we don't have Perl available. pwmconfig and fancontrol are bash scripts, select BASH if any of them is enabled. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/lm_sensors.in')
-rw-r--r--rules/lm_sensors.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/rules/lm_sensors.in b/rules/lm_sensors.in
index 7815b85b8..7c0da152f 100644
--- a/rules/lm_sensors.in
+++ b/rules/lm_sensors.in
@@ -3,6 +3,7 @@
config LM_SENSORS
tristate
prompt "lm_sensors"
+ select BASH if LM_SENSORS_FANCONTROL || LM_SENSORS_PWMCONFIG
help
Lm-sensors is a hardware health monitoring package for Linux.
It contains a library (libsensors) providing generic access to hwmon
@@ -15,10 +16,6 @@ config LM_SENSORS_FANCONTROL
bool
prompt "install fancontrol"
-config LM_SENSORS_SENSORS_DETECT
- bool
- prompt "install sensors-detect"
-
config LM_SENSORS_ISASET
bool
prompt "install isaset"