aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2020-07-23 12:29:55 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-07-29 12:10:59 +0200
commita225164bb55d764b9c40e76129d5d130a1410fb2 (patch)
treededccde0a2a71bdfcfe9f4d1c91dd5a3ac7777e4
parentafaa978b7474b4fc187598866534dee17d56179e (diff)
downloadupstream-a225164bb55d764b9c40e76129d5d130a1410fb2.tar.gz
upstream-a225164bb55d764b9c40e76129d5d130a1410fb2.tar.bz2
upstream-a225164bb55d764b9c40e76129d5d130a1410fb2.zip
make-ext4fs: update to HEAD of 2017-05-29 - eebda1
Update make-ext4fs to commit eebda1d55d9701ace2700d7ae461697fadf52d1f git log --pretty=oneline --abbrev-commit 484903e4..eebda1d5 eebda1d make_ext4: Add strict prototypes. bb9cf91 make_ext4fs: Remove off64_t in favor of standard off_t Created with the help of the make-package-update-commit.sh script. Signed-off-by: Christian Lamparter <chunkeey@gmail.com> (cherry picked from commit ac2f341036c18acee2b4f69e819cffeaacc2e824)
-rw-r--r--tools/make-ext4fs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/make-ext4fs/Makefile b/tools/make-ext4fs/Makefile
index f67ab6e5b5..03db1917fc 100644
--- a/tools/make-ext4fs/Makefile
+++ b/tools/make-ext4fs/Makefile
@@ -11,9 +11,9 @@ PKG_NAME:=make-ext4fs
PKG_SOURCE_URL=$(PROJECT_GIT)/project/make_ext4fs.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2016-08-14
-PKG_SOURCE_VERSION:=484903e4332be6c317f531b008cb2a841a18c506
-PKG_MIRROR_HASH:=d7ccd5e426b1d15331ff000a37dc15161f6eef594453e970fd584fcde5a25075
+PKG_SOURCE_DATE:=2017-05-29
+PKG_SOURCE_VERSION:=eebda1d55d9701ace2700d7ae461697fadf52d1f
+PKG_MIRROR_HASH:=c52e14101d7de89292a0c8b30506839aca3164603a20f8e491e42103083b9d8c
include $(INCLUDE_DIR)/host-build.mk