Author: jow
Date: 2015-12-02 17:10:09 +0100 (Wed, 02 Dec 2015)
New Revision: 47689

Modified:
   trunk/tools/make-ext4fs/Makefile
Log:
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 <[email protected]>

Modified: trunk/tools/make-ext4fs/Makefile
===================================================================
--- trunk/tools/make-ext4fs/Makefile    2015-12-02 15:24:53 UTC (rev 47688)
+++ trunk/tools/make-ext4fs/Makefile    2015-12-02 16:10:09 UTC (rev 47689)
@@ -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)
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to