e80c99e151
- Switch to active fork as https://github.com/mutability/dump1090, a fork of https://github.com/MalcolmRobb/dump1090 is no longer maintained - Update license to GPL-2.0+:e02a2cdd44
- Drop patch (not needed thanks to0793c64ee8
) - librtlsdr is now optional - hackrf is a new optional dependency - disable CPUFeatures - ncurses is mandatory sincef6b1b94c7d
- Update indentation in hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
config BR2_PACKAGE_DUMP1090
|
|
bool "dump1090"
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
Dump1090 is a simple Mode S decoder for RTLSDR devices
|
|
|
|
https://github.com/flightaware/dump1090
|