aboutsummaryrefslogtreecommitdiff
path: root/utils/dump1090
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2015-11-22 12:35:17 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2015-11-22 12:35:17 +0100
commit51474d7499fe083b571ba4fb1f25ce176518bfae (patch)
treec68c0472bb0eaf282bdb3d883da695f3ae47bc38 /utils/dump1090
parentb65967668dee6fd551e5ba50f91beea17b661541 (diff)
dump1090: update to latest version, fix typo
Fixes https://github.com/openwrt/packages/issues/1976 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'utils/dump1090')
-rw-r--r--utils/dump1090/Makefile4
-rw-r--r--utils/dump1090/files/dump1090.config2
-rw-r--r--utils/dump1090/files/dump1090.init2
3 files changed, 4 insertions, 4 deletions
diff --git a/utils/dump1090/Makefile b/utils/dump1090/Makefile
index 74acd12a1..adf8d19ea 100644
--- a/utils/dump1090/Makefile
+++ b/utils/dump1090/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dump1090
-PKG_VERSION:=2015-10-08
+PKG_VERSION:=2015-11-22
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://github.com/mutability/dump1090.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=c55c71b57cf34e90d95afd52449a05a4b6dbda03
+PKG_SOURCE_VERSION:=497f88fe1c597652aca23c1035ddb55a9f6c274d
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
diff --git a/utils/dump1090/files/dump1090.config b/utils/dump1090/files/dump1090.config
index 8fd6d4295..b9c433eea 100644
--- a/utils/dump1090/files/dump1090.config
+++ b/utils/dump1090/files/dump1090.config
@@ -34,7 +34,7 @@ config dump1090 main
option no_fix '0'
option no_crc_check '0'
option phase_enhance '0'
- option agressive '0'
+ option aggressive '0'
option mlat '0'
option stats '0'
option stats_range '0'
diff --git a/utils/dump1090/files/dump1090.init b/utils/dump1090/files/dump1090.init
index 8a3e2b233..23519dbc2 100644
--- a/utils/dump1090/files/dump1090.init
+++ b/utils/dump1090/files/dump1090.init
@@ -72,7 +72,7 @@ start_instance() {
append_bool "$cfg" no_fix "--no-fix"
append_bool "$cfg" no_crc_check "--no-crc-check"
append_bool "$cfg" phase_enhance "--phase-enhance"
- append_bool "$cfg" agressive "--agressive"
+ append_bool "$cfg" aggressive "--aggressive"
append_bool "$cfg" mlat "--mlat"
append_bool "$cfg" stats "--stats"
append_bool "$cfg" stats_range "--stats-range"