[source] tools: make_ext4fs: support creating empty filesystem images

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 14 13:19:41 PDT 2016


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=98b960c218e2cceb0117aa344f4775bebd30655d

commit 98b960c218e2cceb0117aa344f4775bebd30655d
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Sun Aug 14 22:18:53 2016 +0200

    tools: make_ext4fs: support creating empty filesystem images
    
    Update make_ext4fs to latest git head in order to support creating empty
    filesystem images by making the source directory argument optional.
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 tools/make-ext4fs/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/make-ext4fs/Makefile b/tools/make-ext4fs/Makefile
index 553e6cd..a880dd4 100644
--- a/tools/make-ext4fs/Makefile
+++ b/tools/make-ext4fs/Makefile
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=make-ext4fs
-PKG_VERSION:=2016-05-05
+PKG_VERSION:=2016-08-14
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://git.openwrt.org/project/make_ext4fs.git
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=3af931b0b6545757aaeadb13f9bb9da0296fc172
+PKG_SOURCE_VERSION:=484903e4332be6c317f531b008cb2a841a18c506
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_MIRROR_MD5SUM:=2c4161638d4ff3343e250321126d29e6
+PKG_MIRROR_MD5SUM:=b80d6ddcd6f6925e2f5b80775bb96f3e
 PKG_CAT:=zcat
 
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)



More information about the lede-commits mailing list