Files
buildroot/package/nut/Config.in
Fabrice Fontaine ddc46ee1a2 package/nut: needs threads
threads are mandantory since bump to version 2.8.2 in commit
4edd837ac0 and
ff401e538b:

In file included from nutipc.cpp:38:
../include/nutipc.hpp:455:3: error: 'pthread_t' does not name a type
  455 |   pthread_t m_impl;
      |   ^~~~~~~~~

Fixes: 4edd837ac0
 - http://autobuild.buildroot.org/results/d16a24d60b298d7616a516ec0c6c30696ed93a58

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-06-15 21:18:56 +02:00

29 lines
735 B
Plaintext

comment "nut needs a toolchain w/ C++, threads"
depends on BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
config BR2_PACKAGE_NUT
bool "nut"
depends on BR2_USE_MMU # fork()
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
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