Config.in 510 B

123456789101112131415
  1. config BR2_PACKAGE_LEDMON
  2. bool "ledmon"
  3. depends on BR2_PACKAGE_HAS_UDEV
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # sg3_utils
  5. select BR2_PACKAGE_PCIUTILS
  6. select BR2_PACKAGE_SG3_UTILS
  7. help
  8. Enclosure LED Utilities. The ledmon application is
  9. a daemon process used to monitor a state of software
  10. RAID devices (md only) or a state of block devices.
  11. https://github.com/intel/ledmon
  12. comment "ledmon needs udev and a toolchain w/ threads"
  13. depends on !BR2_PACKAGE_HAS_UDEV || !BR2_TOOLCHAIN_HAS_THREADS