[Buildroot] [PATCH] package/espflash: bump to version 4.6.0
From: Torben Voltmer <hidden>
Date: 2026-09-14 21:43:30
Subsystem:
the rest · Maintainer:
Linus Torvalds
For release notes, see: https://github.com/esp-rs/espflash/releases/tag/v4.6.0 Update the Config.in help text to match the list of supported target devices, since espflash now also supports ESP32-H4 and ESP32-S31. Signed-off-by: Torben Voltmer <redacted> --- package/espflash/Config.in | 4 ++-- package/espflash/espflash.hash | 2 +- package/espflash/espflash.mk | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/espflash/Config.in b/package/espflash/Config.in
index 3b08bacafc..b9d7784133 100644
--- a/package/espflash/Config.in
+++ b/package/espflash/Config.in@@ -6,8 +6,8 @@ config BR2_PACKAGE_ESPFLASH help Serial flasher utilities for Espressif devices, based loosely on esptool.py. Supports the ESP32, - ESP32-C2/C3/C5/C6/C61, ESP32-H2, ESP32-P4, and - ESP32-S2/S3. + ESP32-C2/C3/C5/C6/C61, ESP32-H2/H4, ESP32-P4, and + ESP32-S2/S3/S31. https://github.com/esp-rs/espflash
diff --git a/package/espflash/espflash.hash b/package/espflash/espflash.hash
index b64717cc50..d26bb63142 100644
--- a/package/espflash/espflash.hash
+++ b/package/espflash/espflash.hash@@ -1,4 +1,4 @@ # Locally calculated -sha256 95f052a272832d40cd69b9f62003c475ce6625f4002f751f3275ddd3344f899c espflash-4.5.0-cargo6.tar.gz +sha256 7be8c0737fba604ae0801c68bd5425d89e78f369bfe2d1a73ff568d5a55a7e27 espflash-4.6.0-cargo6.tar.gz sha256 811f4d4d7ae8f88090dcd14cddf1982ca75cc30b5604e6ebb636693d9b885788 LICENSE-APACHE sha256 8daec6f7e829af4dfc7c99a251986648f718b90589aa819bc48be8ef82b0c12f LICENSE-MIT
diff --git a/package/espflash/espflash.mk b/package/espflash/espflash.mk
index 6dfb815002..219d02d7cd 100644
--- a/package/espflash/espflash.mk
+++ b/package/espflash/espflash.mk@@ -4,7 +4,7 @@ # ################################################################################ -ESPFLASH_VERSION = 4.5.0 +ESPFLASH_VERSION = 4.6.0 ESPFLASH_SITE = $(call github,esp-rs,espflash,v$(ESPFLASH_VERSION)) ESPFLASH_SUBDIR = espflash ESPFLASH_LICENSE = Apache-2.0 or MIT
--
2.54.0 (Apple Git-157)
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot