Config.in 321 B

1234567891011
  1. config BR2_PACKAGE_DUMP1090
  2. bool "dump1090"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS # librtlsdr
  4. select BR2_PACKAGE_LIBRTLSDR
  5. help
  6. Dump1090 is a simple Mode S decoder for RTLSDR devices
  7. https://github.com/MalcolmRobb/dump1090
  8. comment "dump1090 needs a toolchain w/ threads"
  9. depends on !BR2_TOOLCHAIN_HAS_THREADS