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