aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-ext4fs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-05-01 16:18:25 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-05-01 16:18:25 +0000
commitabaa37b9e8f528355c23a4c743d68afdc4479471 (patch)
tree224ed95066f6a3ead61bded53d301b1494dbe4cf /tools/make-ext4fs
parentc93ad2efc6fc70ba81a1887376327d0a2d60f507 (diff)
downloadmaster-187ad058-abaa37b9e8f528355c23a4c743d68afdc4479471.tar.gz
master-187ad058-abaa37b9e8f528355c23a4c743d68afdc4479471.tar.bz2
master-187ad058-abaa37b9e8f528355c23a4c743d68afdc4479471.zip
make-ext4fs: avoid using libc internal declarations
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45591 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/make-ext4fs')
-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 5149ed4a14..62f7e27657 100644
--- a/tools/make-ext4fs/Makefile
+++ b/tools/make-ext4fs/Makefile
@@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=make-ext4fs
-PKG_VERSION:=2015-04-08
+PKG_VERSION:=2015-05-01
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:=2f713da924fa20cf89c25f2d122b54b959b09f87
+PKG_SOURCE_VERSION:=7c15bef6c732896d9ffb883fb1480fcd60c94a50
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_MIRROR_MD5SUM:=c88f4f7c76e3142fc5ef12a723d9ef9b
+PKG_MIRROR_MD5SUM:=d81eca37852cbf840108e1a8ad8fb22f
PKG_CAT:=zcat
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)