config BR2_PACKAGE_NQPTP bool "nqptp" depends on BR2_USE_MMU depends on BR2_TOOLCHAIN_HAS_THREADS select BR2_PACKAGE_LIBCONFIG help nqptp is a daemon that monitors timing data from PTP clocks it sees on ports 319 and 320. It maintains records for one clock, identified by its Clock ID. It is a companion application to Shairport Sync and provides timing information for AirPlay 2 operation. https://github.com/mikebrady/nqptp comment "nqptp needs a toolchain w/ threads" depends on BR2_USE_MMU depends on !BR2_TOOLCHAIN_HAS_THREADS