2014-06-02 13:20:15 +02:00
|
|
|
comment "nut needs a toolchain w/ C++"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
package/nut: new package
'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>
2013-11-06 00:28:16 +01:00
|
|
|
config BR2_PACKAGE_NUT
|
|
|
|
bool "nut"
|
2014-04-06 11:23:07 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2014-06-02 13:20:15 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
package/nut: new package
'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>
2013-11-06 00:28:16 +01:00
|
|
|
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
|