kumquat-buildroot/package/dump1090/Config.in
Fabrice Fontaine e80c99e151 package/dump1090: bump to version 7.2
- 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 to
  0793c64ee8)
- librtlsdr is now optional
- hackrf is a new optional dependency
- disable CPUFeatures
- ncurses is mandatory since
  f6b1b94c7d
- 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>
2022-08-01 22:21:11 +02:00

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