1config BR2_PACKAGE_DUMP1090 2 bool "dump1090" 3 depends on BR2_TOOLCHAIN_HAS_THREADS # librtlsdr 4 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # librtlsdr -> libusb 5 select BR2_PACKAGE_LIBRTLSDR 6 help 7 Dump1090 is a simple Mode S decoder for RTLSDR devices 8 9 https://github.com/MalcolmRobb/dump1090 10 11comment "dump1090 needs a toolchain w/ threads, gcc >= 4.9" 12 depends on !BR2_TOOLCHAIN_HAS_THREADS || \ 13 !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 14