[openwrt/openwrt] fstools: backport fix from master branch

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 5 05:59:25 PST 2018


rmilecki pushed a commit to openwrt/openwrt.git, branch lede-17.01:
https://git.lede-project.org/f19416ae9d62817ac7169721db3f3d3b13f1ece3

commit f19416ae9d62817ac7169721db3f3d3b13f1ece3
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Fri Jan 5 14:57:05 2018 +0100

    fstools: backport fix from master branch
    
    37762ff libfstools: support file paths longer than 255 chars
    
    Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 package/system/fstools/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile
index 43febd4..16f2f7e 100644
--- a/package/system/fstools/Makefile
+++ b/package/system/fstools/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(LEDE_GIT)/project/fstools.git
-PKG_SOURCE_DATE:=2017-06-30
-PKG_SOURCE_VERSION:=bdcb075fafdac0bfe3207c23f64acd58432bad86
-PKG_MIRROR_HASH:=760a1fdbd379f1191947ac6ba9881a85a9b8c43f4a96d49db18d4654b0c312c4
+PKG_SOURCE_DATE:=2018-01-04
+PKG_SOURCE_VERSION:=37762ff488752c1686b359816aec75831b49c55f
+PKG_MIRROR_HASH:=fe619019e0fd680ea32786cad80305250b776d51969de57a8f0feb729f7639e5
 PKG_RELEASE:=1
 CMAKE_INSTALL:=1
 



More information about the lede-commits mailing list