summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-01-18 14:49:11 +0100
committerPetr Štetiar <ynezz@true.cz>2020-01-20 21:14:08 +0100
commit5ca066a5c2aca3901a9544dfbf4c1a27e15021ff (patch)
tree030f44f8382c3a30ca64bf533d9a4701838c6d63
parentae953449f2f6807174a2c000b9fc5a31b46f1798 (diff)
downloadopenwrt-5ca066a5c2aca3901a9544dfbf4c1a27e15021ff.tar.gz
openwrt-5ca066a5c2aca3901a9544dfbf4c1a27e15021ff.tar.bz2
openwrt-5ca066a5c2aca3901a9544dfbf4c1a27e15021ff.zip
fstools: backport fix from version 2020-01-18
Contains only the FS#2735 fix: 189b41b6b487 libblkid-tiny: fix f2fs labels by increasing label buffer Commit adding new feature wasn't backported (needs patched kernel anyway): f5c7c1813f52 fstools: Add support to read-only MTD partitions (eg. recovery images) Signed-off-by: Petr Štetiar <ynezz@true.cz> (cherry picked from commit 63000bfaf7163d97ac6feb343c7587e3d339e65e)
-rw-r--r--package/system/fstools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile
index d1bc704b3e..69313cc409 100644
--- a/package/system/fstools/Makefile
+++ b/package/system/fstools/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/fstools.git
-PKG_MIRROR_HASH:=7077c90f3938c7316ff7c8c353a178c4de61ef107b08b79209b93916a67c951d
-PKG_SOURCE_DATE:=2020-01-05
-PKG_SOURCE_VERSION:=823faa0f3edb93fac528bc35588cea81f0a77146
+PKG_MIRROR_HASH:=ca3cc1d4a2de3014e63ec1fa223c5250116c6ae5cdc4e41b2053ca7b3c0a3d96
+PKG_SOURCE_DATE:=2020-01-18
+PKG_SOURCE_VERSION:=189b41b6b48786a51eb2b8bc450cb7d560f030f0
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0