diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-01 18:01:08 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-01 18:01:08 +0000 |
commit | 58c265660be52007f0051fda2ee195b2c57663da (patch) | |
tree | 74947a957742ee0279ad50f62ff7a99d003d842d /package/lm-sensors/Config.in | |
parent | 0f7a5aa2142a47ccdf1b59516edefc29bfb97d15 (diff) |
- add lm-sensors package
Diffstat (limited to 'package/lm-sensors/Config.in')
-rw-r--r-- | package/lm-sensors/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/lm-sensors/Config.in b/package/lm-sensors/Config.in new file mode 100644 index 000000000..68845c9ca --- /dev/null +++ b/package/lm-sensors/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_LM_SENSORS + bool "lm-sensors" + select BR2_PACKAGE_LIBSYSFS + default n + help + Lm-sensors is a hardware health monitoring package for + Linux. It allows you to access information from + temperature, voltage, and fan speed sensors. It + works with most newer systems. + + http://www.lm-sensors.org/ + |