856294dedf
'nut' are the Network UPS Tools. [Note: original patch from Dallas, but completely revamped by Yann, so nothing remains from the original patch, but two variable names.] Signed-off-by: Dallas Clement <dallas.a.clement@gmail.com> [yann.morin.1998@free.fr: refresh patch, use latest version, add license, fix commit message, add dependencies, fix runtime path, fix libs-config, move to 'system utils'] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
21 lines
489 B
Plaintext
21 lines
489 B
Plaintext
config BR2_PACKAGE_NUT
|
|
bool "nut"
|
|
help
|
|
Network UPS tools
|
|
|
|
The primary goal of the Network UPS Tools (NUT) project is to provide
|
|
support for Power Devices, such as Uninterruptible Power Supplies,
|
|
Power Distribution Units and Solar Controllers.
|
|
|
|
http://www.networkupstools.org/
|
|
|
|
if BR2_PACKAGE_NUT
|
|
|
|
config BR2_PACKAGE_NUT_DRIVERS
|
|
string "drivers"
|
|
help
|
|
Select the individual drivers to enable, in a comma-separated list.
|
|
Leave empty for all.
|
|
|
|
endif # BR2_PACKAGE_NUT
|