- config BR2_PACKAGE_LEDMON
- bool "ledmon"
- depends on BR2_PACKAGE_HAS_UDEV
- depends on BR2_TOOLCHAIN_HAS_THREADS # sg3_utils
- select BR2_PACKAGE_PCIUTILS
- select BR2_PACKAGE_SG3_UTILS
- help
- Enclosure LED Utilities. The ledmon application is
- a daemon process used to monitor a state of software
- RAID devices (md only) or a state of block devices.
- https://github.com/intel/ledmon
- comment "ledmon needs udev and a toolchain w/ threads"
- depends on !BR2_PACKAGE_HAS_UDEV || !BR2_TOOLCHAIN_HAS_THREADS
|