From: Mike Miller Date: Mon, 25 Jan 2016 18:13:51 +0000 (+0200) Subject: dump1090: fix typo preventing daemon startup X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F2319%2Fhead;p=feed%2Fpackages.git dump1090: fix typo preventing daemon startup This fix is already in master, but based on the switch to the mutability fork. Signed-off-by: Mike Miller --- diff --git a/utils/dump1090/files/dump1090.config b/utils/dump1090/files/dump1090.config index 53d40ef7f6..a819e68616 100644 --- a/utils/dump1090/files/dump1090.config +++ b/utils/dump1090/files/dump1090.config @@ -28,7 +28,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_every '' diff --git a/utils/dump1090/files/dump1090.init b/utils/dump1090/files/dump1090.init index bc0755fb86..b923df0c80 100644 --- a/utils/dump1090/files/dump1090.init +++ b/utils/dump1090/files/dump1090.init @@ -66,7 +66,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_arg "$cfg" stats_every "--stats-every"