mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
34a544cf9f
From the ChangeLog (see git history for full details): - Fix suffix check regression on Windows with Large File Support - Skip setting alternate interface when not needed - Only clamp transfer size on Linux - Quirk for GD32 leave request - Improve status and error messages and exit codes - dfuse: Process all alternate interfaces in a DfuSe file - dfuse-pack.py: Fix alternate settings if first is 0 Link: https://lists.osmocom.org/pipermail/dfu-util/2021-September/000014.html Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
17 lines
467 B
Makefile
17 lines
467 B
Makefile
################################################################################
|
|
#
|
|
# dfu-util
|
|
#
|
|
################################################################################
|
|
|
|
DFU_UTIL_VERSION = 0.11
|
|
DFU_UTIL_SITE = http://dfu-util.sourceforge.net/releases
|
|
DFU_UTIL_LICENSE = GPL-2.0+, LGPL-3.0
|
|
DFU_UTIL_LICENSE_FILES = COPYING
|
|
|
|
DFU_UTIL_DEPENDENCIES = libusb
|
|
HOST_DFU_UTIL_DEPENDENCIES = host-libusb
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|