mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Release notes:
https://github.com/esp-rs/espflash/releases/tag/v4.0.1
This commit updates license file hashes after year update
in upstream commit:
3c56608a8a
Signed-off-by: Torben Voltmer <mail@t-voltmer.net>
[Julien: update license file hashes]
Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
442 B
Makefile
15 lines
442 B
Makefile
################################################################################
|
|
#
|
|
# espflash
|
|
#
|
|
################################################################################
|
|
|
|
ESPFLASH_VERSION = 4.0.1
|
|
ESPFLASH_SITE = $(call github,esp-rs,espflash,v$(ESPFLASH_VERSION))
|
|
ESPFLASH_SUBDIR = espflash
|
|
ESPFLASH_LICENSE = Apache-2.0 or MIT
|
|
ESPFLASH_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT
|
|
ESPFLASH_DEPENDENCIES = udev
|
|
|
|
$(eval $(cargo-package))
|