diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-12-02 16:10:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-12-02 16:10:09 +0000 |
commit | ea83c41b9abf1a3e05d7ef5d87d87f8c184e8f23 (patch) | |
tree | 04da5c369938e493ff42e49ff7b928cca630a74c | |
parent | 12ef4b090dc358eb905259dc12dda25b042b6687 (diff) | |
download | master-187ad058-ea83c41b9abf1a3e05d7ef5d87d87f8c184e8f23.tar.gz master-187ad058-ea83c41b9abf1a3e05d7ef5d87d87f8c184e8f23.tar.bz2 master-187ad058-ea83c41b9abf1a3e05d7ef5d87d87f8c184e8f23.zip |
tools: make-ext4fs: explicitely request C collation for sorting
Do not rely on the system default collaction when sorting directory entries
but explicitely request "C" collation.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47689 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | tools/make-ext4fs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/make-ext4fs/Makefile b/tools/make-ext4fs/Makefile index d6858cdd97..ba98829087 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-09-14 +PKG_VERSION:=2015-12-02 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:=98e3d5c1ceddd4a32b92c1cfafe929fe006fb98c +PKG_SOURCE_VERSION:=bd53eaafbc2a89a57b8adda38f53098a431fa8f4 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_MIRROR_MD5SUM:=c736e546de3b36da73f5e84a9ce3ffee +PKG_MIRROR_MD5SUM:=742ed45a833c81de5732a3adb827cde5 PKG_CAT:=zcat HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION) |