tn3399_openwrt/package/network/services/dropbear
Hans Dedecker 83109450ce dropbear: fix dropbear startup issue
Interface triggers are installed by the dropbear init script in case an
interface is configured for a given dropbear uci section.
As dropbear is started after network the interface trigger event can be
missed during a small window; this is especially the case if lan is
specified as interface.
Fix this by starting dropbear before network so no interface trigger
is missed. As dropbear is started earlier than netifd add a boot function
to avoid the usage of network.sh functions as call to such functions will
fail at boottime.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Acked-by: Jo-Philipp Wich <jo@mein.io>
2018-12-18 19:43:22 +01:00
..
files dropbear: fix dropbear startup issue 2018-12-18 19:43:22 +01:00
patches dropbear: backport upstream fix for CVE-2018-15599 2018-08-24 15:25:26 +02:00
Config.in dropbear: make ssh compression support configurable 2017-09-28 21:47:16 +02:00
Makefile dropbear: fix dropbear startup issue 2018-12-18 19:43:22 +01:00