Thanks, applied as c526e1334396e7940d1c8ad3bb0e8ca848dee152. Michael
[sent from post-receive hook] On Wed, 20 Oct 2021 11:39:52 +0200, Alexander Dahl <[email protected]> wrote: > Noteworthy changes over v0.10 and v0.11: > > - New --wait option for devices to appear > - New --devnum option to filter devices > - Support large files > - Misc bugfixes, especially for dfuse > - Quirks for several devices > - Improved error reporting > > Signed-off-by: Alexander Dahl <[email protected]> > Link: https://lists.osmocom.org/pipermail/dfu-util/2020-November/000009.html > Link: https://lists.osmocom.org/pipermail/dfu-util/2021-September/000014.html > Message-Id: <[email protected]> > [mol: fix whitespaces and keep autoconf comment] > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/dfu-util.make b/rules/dfu-util.make > index dc3ca7595462..eb93f222a34a 100644 > --- a/rules/dfu-util.make > +++ b/rules/dfu-util.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_DFU_UTIL) += dfu-util > # > # Paths and names > # > -DFU_UTIL_VERSION := 0.9 > -DFU_UTIL_MD5 := 233bb1e08ef4b405062445d84e28fde6 > +DFU_UTIL_VERSION := 0.11 > +DFU_UTIL_MD5 := 31c983543a1fe8f03260ca4d56ad4f43 > DFU_UTIL := dfu-util-$(DFU_UTIL_VERSION) > DFU_UTIL_SUFFIX := tar.gz > DFU_UTIL_URL := > http://dfu-util.sourceforge.net/releases/$(DFU_UTIL).$(DFU_UTIL_SUFFIX) > @@ -37,6 +37,9 @@ DFU_UTIL_CONF_ENV := \ > # autoconf > # > DFU_UTIL_CONF_TOOL := autoconf > +DFU_UTIL_CONF_OPT := \ > + $(CROSS_AUTOCONF_USR) \ > + $(GLOBAL_LARGE_FILE_OPTION) > > # > ---------------------------------------------------------------------------- > # Target-Install _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
