[Buildroot] [git commit] dump1090: fix librtlsdr package name typo

Peter Korsgaard peter at korsgaard.com
Tue Oct 3 12:22:30 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=d77bc0dbba9381fe5d7c15e2d3881bd3febae090
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
http://autobuild.buildroot.net/results/720/720a4b23a47aa6677bde4418f21e6b073a72ea51/
http://autobuild.buildroot.net/results/14e/14edf051d113a6ec54b61738748764adeac7ba9d/

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/dump1090/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dump1090/Config.in b/package/dump1090/Config.in
index 81fd3f2..c796fae 100644
--- a/package/dump1090/Config.in
+++ b/package/dump1090/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_DUMP1090
 	bool "dump1090"
 	depends on BR2_TOOLCHAIN_HAS_THREADS # librtlsdr
-	select BR2_PACKAGE_LIBSRTLSDR
+	select BR2_PACKAGE_LIBRTLSDR
 	help
 	  Dump1090 is a simple Mode S decoder for RTLSDR devices
 


More information about the buildroot mailing list