Florian Eckert [Fri, 28 Jun 2019 11:55:29 +0000 (13:55 +0200)]
mwan3: add online and uptime to detail output
Add also online time value and uptime time value from netifd to the
detail output view.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Fri, 17 Jul 2020 08:34:32 +0000 (10:34 +0200)]
mwan3: add workaround for procd change
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Fri, 17 Jul 2020 08:35:11 +0000 (10:35 +0200)]
mwan3: also cleanup lock on mwan3 stop
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Thu, 16 Jul 2020 12:02:57 +0000 (14:02 +0200)]
mwan3: fix rtmon routing table function generation
If the uci option family is not set in the interface section, then there
is no default value set as in the `config_load / config_get` API.
The problem here is that if the family is not set, the default value ipv4
is normaly assumed. But the comparison fails here because the value is empty
and therefore the dedicated routing table for this interface is not compared
with the other routes from the main table and so not updated.
To fix this set the default value for this config option which is`false`
for enabled and `ipv4` for family.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Mon, 20 Jul 2020 06:06:39 +0000 (08:06 +0200)]
Merge pull request #12814 from aaronjg/improvements/mwan3-misc-improvements-rb
mwan3: clean up ipv4/ipv6 duplicated code and misc. improvments
Florian Eckert [Thu, 16 Jul 2020 13:08:04 +0000 (15:08 +0200)]
mwan3: fix IPv6 routing add handling
This fixes routing handling. Introduced with the last version update.
The following message disappears on the shell
when mwan3 is called with 'mwna3 restart`.
`Error: Invalid gateway address.`
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
[aaronjg@stanford.edu: fully unset variable and handle ipv4 as well]
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Florian Eckert [Wed, 15 Jul 2020 09:46:25 +0000 (11:46 +0200)]
mwan3: fix idx calculation
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
[aaronjg@stanford.edu: fix syntax error]
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Thu, 16 Jul 2020 03:19:13 +0000 (23:19 -0400)]
mwan3: version bump
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Mon, 20 Jul 2020 03:19:50 +0000 (23:19 -0400)]
mwan3: cleanup duplicate ipv4 and ipv6 logic
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Thu, 16 Jul 2020 06:09:11 +0000 (02:09 -0400)]
mwan3: don't send iptable setup failures to /dev/null
silencing failing rules makes debugging more difficult
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Thu, 16 Jul 2020 01:41:46 +0000 (21:41 -0400)]
mwan3: add default rule for ipv6 in example config
default rule only applied to ipv4 with dest_ip 0.0.0.0/0
and error was hidden when trying to apply it in ip6table
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Thu, 16 Jul 2020 01:40:16 +0000 (21:40 -0400)]
mwan3: don't try to use ipv6 if not installed
fix issue #11826
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Rosen Penev [Sun, 19 Jul 2020 22:35:00 +0000 (15:35 -0700)]
Merge pull request #12864 from aaronjg/bugfix/openfortivpn-ping
openfortivpn: add host up test back
Rosen Penev [Sun, 19 Jul 2020 21:48:08 +0000 (14:48 -0700)]
Merge pull request #12863 from neheb/flash
flashrom: switch to building with meson
Rosen Penev [Sun, 19 Jul 2020 21:45:41 +0000 (14:45 -0700)]
Merge pull request #12873 from neheb/lz4
liblz4: convert to meson
Rosen Penev [Sun, 19 Jul 2020 21:45:24 +0000 (14:45 -0700)]
Merge pull request #12818 from neheb/ncd
ncdu: update to 1.15.1
Rosen Penev [Sun, 19 Jul 2020 21:45:01 +0000 (14:45 -0700)]
Merge pull request #12816 from neheb/nloh
nlohmannjson: update to 3.8.0
Rosen Penev [Sun, 19 Jul 2020 21:44:35 +0000 (14:44 -0700)]
Merge pull request #12861 from neheb/api
apinger: fix compilation with GCC 10
Rosen Penev [Sat, 18 Jul 2020 04:30:21 +0000 (21:30 -0700)]
flashrom: switch to building with meson
Added patches to fix meson compilation.
Reworked flashrom.mk to work with meson.
Several minor Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 19 Jul 2020 21:41:24 +0000 (14:41 -0700)]
Merge pull request #12870 from neheb/meson2
meson: fix arch mapping
Rosen Penev [Sun, 19 Jul 2020 21:39:55 +0000 (14:39 -0700)]
Merge pull request #12876 from jefferyto/golang-1.14.6
golang: Update to 1.14.6
Jeffery To [Sun, 19 Jul 2020 19:10:57 +0000 (03:10 +0800)]
golang: Update to 1.14.6
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Sun, 19 Jul 2020 08:20:29 +0000 (01:20 -0700)]
Merge pull request #12860 from neheb/bfdd
bfdd: fix compilation with GCC 10
Rosen Penev [Sun, 19 Jul 2020 06:31:48 +0000 (23:31 -0700)]
Merge pull request #12856 from neheb/fpi
fping: update to 4.3
Rosen Penev [Sun, 19 Jul 2020 06:31:21 +0000 (23:31 -0700)]
Merge pull request #12871 from neheb/zmqq
zmq: switch to building with CMake
Aaron Goodman [Sat, 18 Jul 2020 06:00:16 +0000 (02:00 -0400)]
openfortivpn: add option to use ither curl or ping to test host status
allow use of curl rather than ping to test if a host
is up since a host may not respond to ping, but an
https request is part of the openfortivpn connection,
so this is a more reliable test
also clean up overly verbose logging
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Rosen Penev [Sat, 18 Jul 2020 23:16:51 +0000 (16:16 -0700)]
liblz4: convert to meson
Faster compilation
Before:
Executed in 13.68 secs fish external
usr time 12.51 secs 0.00 micros 12.51 secs
sys time 1.78 secs 345.00 micros 1.78 secs
After:
Executed in 9.60 secs fish external
usr time 10.66 secs 281.00 micros 10.66 secs
sys time 1.39 secs 36.00 micros 1.39 secs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 18 Jul 2020 20:17:39 +0000 (13:17 -0700)]
meson: fix arch mapping
meson uses a different architecture mapping than CONFIG_ARCH does.
Fix the problematic ones and fall back to CONFIG_ARCH.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 18 Jul 2020 22:20:07 +0000 (15:20 -0700)]
zmq: switch to building with CMake
Faster compilation.
Before:
time make package/zmq/compile -j 12
Executed in 24.98 secs fish external
usr time 97.41 secs 263.00 micros 97.40 secs
sys time 12.51 secs 34.00 micros 12.51 secs
After:
time make package/zmq/compile -j 12
Executed in 18.17 secs fish external
usr time 85.22 secs 248.00 micros 85.22 secs
sys time 9.23 secs 32.00 micros 9.23 secs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 18 Jul 2020 21:06:54 +0000 (14:06 -0700)]
Merge pull request #12854 from neheb/rads
memcached: update to 1.6.6
Rosen Penev [Sat, 18 Jul 2020 17:31:49 +0000 (10:31 -0700)]
Merge pull request #12859 from neheb/gpg
gnupg: fix compilation with GCC10
Rosen Penev [Sat, 18 Jul 2020 17:30:49 +0000 (10:30 -0700)]
Merge pull request #12866 from Andy2244/wsdd2-netbios_name-uppercase-fix
wsdd2: Uppercase NB_PARM
Hannu Nyman [Sat, 18 Jul 2020 11:11:34 +0000 (14:11 +0300)]
haveged: update to 1.9.13
Update haveged to version 1.9.13.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Andy Walsh [Sat, 18 Jul 2020 11:00:22 +0000 (13:00 +0200)]
wsdd2: Uppercase NB_PARM
* Uppercase NB_PARM if mdns option is not set
* filter commented lines
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Rosen Penev [Fri, 17 Jul 2020 23:15:47 +0000 (16:15 -0700)]
apinger: fix compilation with GCC 10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 17 Jul 2020 23:17:23 +0000 (16:17 -0700)]
bfdd: fix compilation with GCC 10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 18 Jul 2020 03:27:32 +0000 (20:27 -0700)]
gnupg: fix compilation with GCC10
A bit ugly but it works.
Added PKG_BUILD_PARALLEL for faster compilation.
Fix license information.
Minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 18 Jul 2020 02:43:55 +0000 (19:43 -0700)]
davfs2: fixup gettext-version again
It seems this is still needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Toke Høiland-Jørgensen [Fri, 17 Jul 2020 23:06:21 +0000 (01:06 +0200)]
Merge pull request #12858 from neheb/radse
radsecproxy: fix compilation with GCC10
Rosen Penev [Fri, 17 Jul 2020 22:53:04 +0000 (15:53 -0700)]
Merge pull request #12855 from neheb/ngi
ngircd: update to 26
Rosen Penev [Thu, 16 Jul 2020 01:02:16 +0000 (18:02 -0700)]
radsecproxy: fix compilation with GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 17 Jul 2020 22:40:43 +0000 (15:40 -0700)]
Merge pull request #12857 from neheb/rsy2
rsyslog: update to 8.2006.0
Rosen Penev [Thu, 16 Jul 2020 21:24:16 +0000 (14:24 -0700)]
rsyslog: update to 8.2006.0
Fixes compilation with GCC10.
Added random mirror since the normal website has issues at this time.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 17 Jul 2020 00:00:47 +0000 (17:00 -0700)]
fping: update to 4.3
Fixes compilation with GCC 10.
Backported upstream patch to fix compilation without IPv6.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 17 Jul 2020 00:17:35 +0000 (17:17 -0700)]
ngircd: update to 26
Fixes compilation with GCC10.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 17 Jul 2020 01:43:28 +0000 (18:43 -0700)]
memcached: update to 1.6.6
Fixes compilation with GCC 10.
Added PKG_BUILD_PARALLEL for faster compilation.
Simplified configure var.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 17 Jul 2020 22:05:14 +0000 (15:05 -0700)]
Merge pull request #12824 from neheb/prog
progress: update to 0.15
Rosen Penev [Fri, 17 Jul 2020 22:04:02 +0000 (15:04 -0700)]
Merge pull request #12852 from peter-stadler/uwsgi
uwsgi: update to version 2.0.19.1
Rosen Penev [Fri, 17 Jul 2020 20:59:32 +0000 (13:59 -0700)]
Merge pull request #12851 from BKPepe/msmtp
msmtp: update to version 1.8.11
Peter Stadler [Fri, 17 Jul 2020 14:07:03 +0000 (16:07 +0200)]
uwsgi: update to version 2.0.19.1
update to latest version.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Josef Schlehofer [Fri, 17 Jul 2020 15:37:00 +0000 (17:37 +0200)]
msmtp: update to version 1.8.11
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Fri, 17 Jul 2020 13:05:26 +0000 (06:05 -0700)]
Merge pull request #12846 from expiron/kcptun-updates
kcptun: bump to v20200701
Rosen Penev [Fri, 17 Jul 2020 13:04:52 +0000 (06:04 -0700)]
Merge pull request #12845 from zhaojh329/rtty
rtty: update to 7.1.4
Jianhui Zhao [Fri, 17 Jul 2020 05:22:49 +0000 (13:22 +0800)]
rtty: update to 7.1.4
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Rosen Penev [Fri, 17 Jul 2020 08:57:49 +0000 (01:57 -0700)]
Merge pull request #12842 from neheb/dav2
davfs2: update to 1.5.6
Chao Liu [Fri, 17 Jul 2020 07:06:26 +0000 (15:06 +0800)]
kcptun: bump to v20200701
Signed-off-by: Chao Liu <expiron18@gmail.com>
Rosen Penev [Thu, 16 Jul 2020 23:19:26 +0000 (16:19 -0700)]
Merge pull request #12843 from neheb/zer
zerotier: fix compilation with GCC10
Rosen Penev [Thu, 16 Jul 2020 21:11:17 +0000 (14:11 -0700)]
zerotier: fix compilation with GCC10
Patch taken from upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 16 Jul 2020 20:29:43 +0000 (13:29 -0700)]
Merge pull request #12827 from neheb/pcre22
pcre2: switch to CMake
Rosen Penev [Wed, 15 Jul 2020 21:16:27 +0000 (14:16 -0700)]
davfs2: update to 1.5.6
Split musl patch into multiple small ones. Much easier to reason about.
Removed stack protector patch. This is not an issue anymore.
Removed NLS support. There seems to be a linking issue as
libiconv-stub does not have a shared library component.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 16 Jul 2020 20:24:03 +0000 (13:24 -0700)]
Merge pull request #12841 from peter-stadler/nginx-version
nginx: update to version 1.19.1
Rosen Penev [Thu, 16 Jul 2020 20:22:18 +0000 (13:22 -0700)]
Merge pull request #12840 from BKPepe/libvorbisidec
libvorbisidec: update to version
20180319
Nikos Mavrogiannopoulos [Thu, 16 Jul 2020 18:49:00 +0000 (20:49 +0200)]
Merge pull request #12819 from neheb/secc
libseccomp: update to 2.4.3
Peter Stadler [Thu, 16 Jul 2020 17:17:51 +0000 (19:17 +0200)]
nginx: update to version 1.19.1
update to newest version.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Josef Schlehofer [Thu, 16 Jul 2020 17:13:24 +0000 (19:13 +0200)]
libvorbisidec: update to version
20180319
Fixes CVE-2018-5147
- Change PKG_SOURCE_URL
fatal: unable to access 'https://git.xiph.org/tremor.git/': Failed to connect to git.xiph.org port 443: Connection refused
because they changed the URL of the repository
- Removes PKG_SOURCE_SUBDIR and PKG_SOURCE
Those are already defaults
- Fix indentation in description
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Thu, 16 Jul 2020 14:21:50 +0000 (16:21 +0200)]
Merge pull request #12839 from BKPepe/update-dnscrypt-proxy2
dnscrypt-proxy2: update to version 2.0.44
Josef Schlehofer [Thu, 16 Jul 2020 13:25:02 +0000 (15:25 +0200)]
dnscrypt-proxy2: update to version 2.0.44
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Thu, 16 Jul 2020 07:39:11 +0000 (00:39 -0700)]
Merge pull request #12817 from neheb/neo
neon: update to 0.31.2
Rosen Penev [Thu, 16 Jul 2020 07:38:45 +0000 (00:38 -0700)]
Merge pull request #12825 from neheb/rpc2
rpcsvc-proto: update to 1.4.2
Jeffery To [Thu, 16 Jul 2020 03:55:15 +0000 (11:55 +0800)]
golang: Add GO_PKG_TAGS for Go packages
This adds a new Makefile variable, GO_PKG_TAGS, for Go packages. When
set, the value is passed as the parameter of the -tags option for 'go
install'.
This also updates syncthing to use this variable.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Aaron Goodman [Thu, 4 Jun 2020 20:43:23 +0000 (16:43 -0400)]
mwan3: be more efficient with sleep after killing trackers
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Aaron Goodman [Fri, 29 May 2020 23:47:38 +0000 (19:47 -0400)]
mwan3: don't add single ipv4 to connected list if already covered by a cidr
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Rosen Penev [Thu, 16 Jul 2020 03:16:31 +0000 (20:16 -0700)]
Merge pull request #12831 from neheb/bri
bridge-utils: update to 1.7
Rosen Penev [Thu, 16 Jul 2020 00:07:07 +0000 (17:07 -0700)]
bridge-utils: update to 1.7
Changed URL to new upstream.
Use PKG_INSTALL for consistency between packages.
Use PKG_BUILD_PARALLEL for faster compilation.
Remove outdated patch.
Minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 16 Jul 2020 00:24:47 +0000 (17:24 -0700)]
Merge pull request #12775 from nickberry17/add_mm_err_messages
modemmanager: add error message notifications to proto handler
Rosen Penev [Thu, 16 Jul 2020 00:04:44 +0000 (17:04 -0700)]
Merge pull request #12820 from neheb/soup
libsoup: update to 2.71.0
Michael Heimpold [Wed, 15 Jul 2020 21:51:54 +0000 (23:51 +0200)]
php7: update to 7.4.8
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Wed, 15 Jul 2020 21:51:21 +0000 (23:51 +0200)]
libzip: update to 1.7.3
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Wed, 15 Jul 2020 20:19:27 +0000 (13:19 -0700)]
Merge pull request #12823 from neheb/conf
confuse: update to 3.3
Rosen Penev [Wed, 15 Jul 2020 20:19:12 +0000 (13:19 -0700)]
Merge pull request #12821 from neheb/mpdc
libmpdclient: update to 2.19
Rosen Penev [Sat, 4 Jul 2020 21:36:22 +0000 (14:36 -0700)]
pcre2: switch to CMake
Allows simplifying the Makefile. Faster compilation as well.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 14 Jul 2020 04:58:42 +0000 (21:58 -0700)]
openzwave: fix pkgconfig libdir paths
It's currently pointing to the host.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 14 Jul 2020 21:12:22 +0000 (14:12 -0700)]
rpcsvc-proto: update to 1.4.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 14 Jul 2020 21:16:30 +0000 (14:16 -0700)]
progress: update to 0.15
Fix license information.
Use PKG_INSTALL and PKG_BUILD_PARALLEL for consistency and faster
compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 14 Jul 2020 21:42:36 +0000 (14:42 -0700)]
confuse: update to 3.3
Fixed license information.
Switched to PKG_INSTALL and PKG_BUILD_PARALLEL for consistency and
faster compilation.
Minor cleanups.
Remove pointless UninstallDev section.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 14 Jul 2020 21:50:01 +0000 (14:50 -0700)]
libmpdclient: update to 2.19
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 15 Jul 2020 01:01:34 +0000 (18:01 -0700)]
libsoup: update to 2.71.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 15 Jul 2020 03:48:48 +0000 (20:48 -0700)]
libseccomp: update to 2.4.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 15 Jul 2020 03:50:25 +0000 (20:50 -0700)]
ncdu: update to 1.15.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 15 Jul 2020 03:53:13 +0000 (20:53 -0700)]
neon: update to 0.31.2
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 15 Jul 2020 03:55:39 +0000 (20:55 -0700)]
nlohmannjson: update to 3.8.0
Add BUILDONLY since this is only used for the headers.
Rearranged variables for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Josef Schlehofer [Wed, 15 Jul 2020 14:38:20 +0000 (16:38 +0200)]
Merge pull request #12758 from BKPepe/flup
Bring back python-flup
Josef Schlehofer [Wed, 8 Jul 2020 10:54:15 +0000 (12:54 +0200)]
Revert "lang: python: flup: drop package"
This reverts commit
33525fa8d5dd0b878329971fb78c6a623207dba7.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[add me as co-maintainer, bump PKG_RELEASE, Makefile polishing]
Florian Eckert [Wed, 15 Jul 2020 09:07:41 +0000 (11:07 +0200)]
Merge pull request #12810 from TDT-AG/pr/
20200714-mwan3
mwan3: fix some shellcheck warnings
Florian Eckert [Tue, 14 Jul 2020 10:49:20 +0000 (12:49 +0200)]
mwan3: update version to 2.8.9
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Tue, 14 Jul 2020 10:02:01 +0000 (12:02 +0200)]
mwan3: cleanup function mwan3_create_iface_route
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Tue, 14 Jul 2020 08:46:24 +0000 (10:46 +0200)]
mwan3: fix shellcheck warning SC2086
Add double quote to prevent globbing and word splitting where there is
no regression.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Tue, 14 Jul 2020 09:47:15 +0000 (11:47 +0200)]
mwan3: fix shellcheck warning SC2166
Replace -o boolean check with ||.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Tue, 14 Jul 2020 07:42:17 +0000 (09:42 +0200)]
mwan3: remove unused variable complained by shellcheck
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Tue, 14 Jul 2020 07:24:28 +0000 (09:24 +0200)]
mwan3: fix shellcheck warning SC2039
Replace all `==` with `=`.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>