From: Michał Kępień Date: Mon, 13 May 2024 17:26:15 +0000 (+0200) Subject: yafut: sync version between tools/ and package/ directories X-Git-Tag: v24.10.0-rc1~1636 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13453%2Fhead;p=thirdparty%2Fopenwrt.git 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ń Link: https://github.com/openwrt/openwrt/pull/13453 Signed-off-by: Robert Marko --- diff --git a/package/utils/yafut/Makefile b/package/utils/yafut/Makefile index 37df2d81723..2907024eb1d 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