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 --- Notes: v1 -> v2 -------- - (no changes here) rules/dfu-util.make | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rules/dfu-util.make b/rules/dfu-util.make index dc3ca7595..e040175b1 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) @@ -33,10 +33,10 @@ DFU_UTIL_CONF_ENV := \ $(CROSS_ENV) \ ac_cv_lib_usb_libusb_init=no -# -# autoconf -# DFU_UTIL_CONF_TOOL := autoconf +DFU_UTIL_CONF_OPT := \ + $(CROSS_AUTOCONF_USR) \ + $(GLOBAL_LARGE_FILE_OPTION) # ---------------------------------------------------------------------------- # Target-Install -- 2.30.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
