Re: [OpenWrt-Devel] [PATCH] dropbear: fix dropbear startup issue

2018-12-18 Thread Dirk Feytons
On Tue, 18 Dec 2018 at 14:16, Hans Dedecker wrote: > > 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

Re: [OpenWrt-Devel] [PATCH] dropbear: fix dropbear startup issue

2018-12-18 Thread Jo-Philipp Wich
Hi Hans, > [...] > +boot() > +{ > + BOOT=1 > + start "@" Typo here, should likely be "$@". Otherwise Acked-by. ~ Jo signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] dropbear: fix dropbear startup issue

2018-12-18 Thread Hans Dedecker
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