On 3 July 2018 08:44:00 CEST, Jeremy Kerr <[email protected]> wrote: >Hi all, > >>> As defined in RFC 5071. >>> >>> Signed-off-by: Jeremy Kerr <[email protected]> >> >> This depends on udhcpc implementing the reboottime DHCP parameter, >which >> I've contributed to busybox here: >> >> http://lists.busybox.net/pipermail/busybox/2018-July/086540.html > >Sorry for the noise - this was meant to go with the petitboot patches >that depend on this contribution. If you're curious about those though, >they're over here: > >https://lists.ozlabs.org/pipermail/petitboot/2018-July/001012.html
Depending on your input event_requery_timeout() might need tightening. Think "14ms" which you would make way longer than requested. Also: [ -n "$value" ] || continue; Has a redundant trailing semicolon and I'd written [ -z "$value" ] && continue for clarity ;) Cheers, > >Cheers, _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
