Config.in 658 B

123456789101112131415161718192021222324252627
  1. comment "nut needs a toolchain w/ C++"
  2. depends on BR2_USE_MMU
  3. depends on !BR2_INSTALL_LIBSTDCPP
  4. config BR2_PACKAGE_NUT
  5. bool "nut"
  6. depends on BR2_USE_MMU # fork()
  7. depends on BR2_INSTALL_LIBSTDCPP
  8. help
  9. Network UPS tools
  10. The primary goal of the Network UPS Tools (NUT) project is
  11. to provide support for Power Devices, such as
  12. Uninterruptible Power Supplies, Power Distribution Units and
  13. Solar Controllers.
  14. http://www.networkupstools.org/
  15. if BR2_PACKAGE_NUT
  16. config BR2_PACKAGE_NUT_DRIVERS
  17. string "drivers"
  18. help
  19. Select the individual drivers to enable, in a
  20. comma-separated list. Leave empty for all.
  21. endif # BR2_PACKAGE_NUT