[openwrt/openwrt] yafut: sync version between tools/ and package/ directories
LEDE Commits
lede-commits at lists.infradead.org
Wed Jun 5 08:03:32 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3152c440bbcbbeafd2472d83eff0ceea10a62126
commit 3152c440bbcbbeafd2472d83eff0ceea10a62126
Author: Michał Kępień <openwrt at kempniu.pl>
AuthorDate: Mon May 13 19:26:15 2024 +0200
yafut: sync version between tools/ and package/ directories
Use the same Yafut code revision for both updating devices with NAND
flash and preparing firmware images for devices with NOR flash.
Signed-off-by: Michał Kępień <openwrt at kempniu.pl>
Link: https://github.com/openwrt/openwrt/pull/13453
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/utils/yafut/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/utils/yafut/Makefile b/package/utils/yafut/Makefile
index 37df2d8172..2907024eb1 100644
--- a/package/utils/yafut/Makefile
+++ b/package/utils/yafut/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=https://github.com/kempniu/yafut.git
-PKG_MIRROR_HASH:=591eb3ffa334aaebf9f8155ade90b674896223bcabc1039deda57c2aeafb0525
-PKG_SOURCE_DATE:=2023-03-31
-PKG_SOURCE_VERSION:=16435e89d449f953712983315e1a89cdb678620d
+PKG_MIRROR_HASH:=9cc6b4c485ce16d44b67ebf79e8bee1e07aecde112da739cf33e8714ac3842e7
+PKG_SOURCE_DATE:=2024-05-13
+PKG_SOURCE_VERSION:=2b45baaf1cced47af8f22dd3acbf1df2f04c7510
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=LICENSE
More information about the lede-commits
mailing list