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
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
https://
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 t