Skip to content

Commit 7896d7b

Browse files
committed
fstools: backport fixes from master branch
The following changes are backported from the master branch bdcb075 libfstools: fix matching device name (f038a61 on master) ef2d438 fstools: use -Wno-format-truncation instead of -Wno-error=format-truncation (c43ae11 on master) d361923 build: disable the format-truncation warning error to fix gcc 7 build errors (a19f2b3 on master) cddc830 libfstools: silence mkfs.{ext4,f2fs} (88d48d5 on master) be5004c libfstools: add basic documentation of mount functions (92b4c2c on master) 34d36c2 add missing includes (7d78836 on master) A previously added hotfix was replaced by a git commit, hence the patch file is removed and we got instead 45c2a6f libfstools: fix multiple volume_identify usages with the same volume (633a8d0 on master) Signed-off-by: Daniel Golle <[email protected]>
1 parent 74d5c3e commit 7896d7b

File tree

2 files changed

+4
-60
lines changed

2 files changed

+4
-60
lines changed

package/system/fstools/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ PKG_RELEASE:=1
1212

1313
PKG_SOURCE_PROTO:=git
1414
PKG_SOURCE_URL=$(LEDE_GIT)/project/fstools.git
15-
PKG_SOURCE_DATE:=2016-12-04
16-
PKG_SOURCE_VERSION:=84b530a732b12cca1cd5ee9ba163b7ead7a83de3
17-
PKG_MIRROR_HASH:=b607138de1adbb7f49e53daebe28ac1352910fa2b29278365edeabafc5b46a91
18-
PKG_RELEASE:=2
15+
PKG_SOURCE_DATE:=2017-06-30
16+
PKG_SOURCE_VERSION:=bdcb075fafdac0bfe3207c23f64acd58432bad86
17+
PKG_MIRROR_HASH:=760a1fdbd379f1191947ac6ba9881a85a9b8c43f4a96d49db18d4654b0c312c4
18+
PKG_RELEASE:=1
1919
CMAKE_INSTALL:=1
2020

2121
PKG_LICENSE:=GPL-2.0

package/system/fstools/patches/0001-libfstools-fix-multiple-volume_identify-usages-with-.patch

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)