diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-11-06 00:28:16 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-06 22:56:58 +0100 |
| commit | 856294dedfd88ac2497eca41da6fcd606a57f427 (patch) | |
| tree | 35f35f0cafedb76603f4e85dd0783361ddc29609 /package/nut/Config.in | |
| parent | fdecbd5f82361652fdca30ed20b5bd7e012c1a39 (diff) | |
| download | buildroot-856294dedfd88ac2497eca41da6fcd606a57f427.tar.gz buildroot-856294dedfd88ac2497eca41da6fcd606a57f427.zip | |
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>
Diffstat (limited to 'package/nut/Config.in')
| -rw-r--r-- | package/nut/Config.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/nut/Config.in b/package/nut/Config.in new file mode 100644 index 0000000000..5b47e8bc3f --- /dev/null +++ b/package/nut/Config.in @@ -0,0 +1,20 @@ +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 |

