summaryrefslogtreecommitdiffstats
path: root/package/utils/f2fs-tools/Makefile
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2017-08-24 10:04:15 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2017-08-25 10:19:06 +0300
commitcdb494fdc2d3399e698893ff0cfd06d3c802364f (patch)
treefea4963576281f3f7956564e9596924cded9865d /package/utils/f2fs-tools/Makefile
parent252c8ddf146f196faaa34cf7af9b3eacb79e6add (diff)
downloadopenwrt-cdb494fdc2d3399e698893ff0cfd06d3c802364f.tar.gz
openwrt-cdb494fdc2d3399e698893ff0cfd06d3c802364f.tar.bz2
openwrt-cdb494fdc2d3399e698893ff0cfd06d3c802364f.zip
f2fs-tools: fix mkfs.f2fs on big-endian systems
Fixes: FS#749 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'package/utils/f2fs-tools/Makefile')
-rw-r--r--package/utils/f2fs-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/f2fs-tools/Makefile b/package/utils/f2fs-tools/Makefile
index 5cef40ac23..8a27c47adf 100644
--- a/package/utils/f2fs-tools/Makefile
+++ b/package/utils/f2fs-tools/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=f2fs-tools
PKG_VERSION:=1.8.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_LICENSE:=GPLv2