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