Config.in 419 B

12345678910111213
  1. config BR2_PACKAGE_DUMP1090
  2. bool "dump1090"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C11/stdatomic.h
  5. select BR2_PACKAGE_NCURSES
  6. help
  7. Dump1090 is a simple Mode S decoder for RTLSDR devices
  8. https://github.com/flightaware/dump1090
  9. comment "dump1090 needs a toolchain w/ threads, gcc >= 4.9"
  10. depends on !BR2_TOOLCHAIN_HAS_THREADS || \
  11. !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9