From 022186c0a415e9e3eebfb3a617a8257098aa1d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sun, 31 Dec 2017 19:14:58 +0100 Subject: [PATCH] dump1090: update to latest version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also rename uhttpd config from xupnpd to dump1090 Signed-off-by: Álvaro Fernández Rojas --- utils/dump1090/Makefile | 8 ++++---- utils/dump1090/files/dump1090.default | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/utils/dump1090/Makefile b/utils/dump1090/Makefile index 1397e6ccb..d6ad60e55 100644 --- a/utils/dump1090/Makefile +++ b/utils/dump1090/Makefile @@ -8,21 +8,21 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dump1090 -PKG_VERSION:=2016-11-26 +PKG_VERSION:=2017-06-01 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/mutability/dump1090.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=fb63bdc2a61f0169b3c21b33bcdc99f202685b78 +PKG_SOURCE_VERSION:=b155fdb458c3241ab375d1f2b12fbb6a9f8a8a3a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz -PKG_MIRROR_HASH:=efb2580509cf13a769cffd1982433d29acd64a5c115793417fd36d9d5f73c9e8 +PKG_MIRROR_HASH:=ff1bc142107d367c6c58ccc5dbcec822c251a683e43e3b771ab4a33a9012f602 PKG_MAINTAINER:=Álvaro Fernández Rojas PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING LICENSE -PKG_BUILD_DEPENDS:=librtlsdr +PKG_BUILD_DEPENDS:=librtlsdr libusb-1.0 include $(INCLUDE_DIR)/package.mk diff --git a/utils/dump1090/files/dump1090.default b/utils/dump1090/files/dump1090.default index 8df01a6c3..51106fa25 100644 --- a/utils/dump1090/files/dump1090.default +++ b/utils/dump1090/files/dump1090.default @@ -1,16 +1,16 @@ #!/bin/sh uci batch <<-EOF - set uhttpd.xupnpd=uhttpd - set uhttpd.xupnpd.listen_http='0.0.0.0:8080 [::]:8080' - set uhttpd.xupnpd.home=/usr/share/dump1090 - set uhttpd.xupnpd.rfc1918_filter=1 - set uhttpd.xupnpd.max_requests=3 - set uhttpd.xupnpd.max_connections=100 - set uhttpd.xupnpd.script_timeout=60 - set uhttpd.xupnpd.network_timeout=30 - set uhttpd.xupnpd.http_keepalive=20 - set uhttpd.xupnpd.tcp_keepalive=1 - set uhttpd.xupnpd.index_page='index.html index.htm gmap.html' + set uhttpd.dump1090=uhttpd + set uhttpd.dump1090.listen_http='0.0.0.0:8080 [::]:8080' + set uhttpd.dump1090.home=/usr/share/dump1090 + set uhttpd.dump1090.rfc1918_filter=1 + set uhttpd.dump1090.max_requests=3 + set uhttpd.dump1090.max_connections=100 + set uhttpd.dump1090.script_timeout=60 + set uhttpd.dump1090.network_timeout=30 + set uhttpd.dump1090.http_keepalive=20 + set uhttpd.dump1090.tcp_keepalive=1 + set uhttpd.dump1090.index_page='index.html index.htm gmap.html' commit uhttpd EOF exit 0