[openwrt/openwrt] fstools: update to git HEAD

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 18 12:09:48 PDT 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2c6b212a2f03f98eb94fe1a3b9abc693e27eacb8

commit 2c6b212a2f03f98eb94fe1a3b9abc693e27eacb8
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Oct 18 19:42:35 2022 +0100

    fstools: update to git HEAD
    
     ee54c6b libfstools: skip JFFS2 padding on block devices
    
    Fixes config restore on the BPi R3 when using MMC storage.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/system/fstools/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile
index 304aff8de1..fcb79e0f32 100644
--- a/package/system/fstools/Makefile
+++ b/package/system/fstools/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/fstools.git
-PKG_MIRROR_HASH:=aecd54ca2421fee691d2fb4a77e0348d225c6949d5254dd9da0827da9728cb2d
-PKG_SOURCE_DATE:=2022-08-13
-PKG_SOURCE_VERSION:=81785c1b9a9c1b797e7406a3542c01d972c61315
+PKG_MIRROR_HASH:=dd8467092b30ea15a3568fea567e34f7d0b60d5c6ee0d1353e93a4df110ab1ab
+PKG_SOURCE_DATE:=2022-10-18
+PKG_SOURCE_VERSION:=ee54c6bce17c48a725eadcc313b6ca8445f9ec8c
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0




More information about the lede-commits mailing list