summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
l---------patches/f2fs-tools-1.8.0/autogen.sh (renamed from patches/f2fs-tools-1.6.1/autogen.sh)0
-rw-r--r--rules/f2fs-tools.in1
-rw-r--r--rules/f2fs-tools.make7
3 files changed, 6 insertions, 2 deletions
diff --git a/patches/f2fs-tools-1.6.1/autogen.sh b/patches/f2fs-tools-1.8.0/autogen.sh
index 9f8a4cb7d..9f8a4cb7d 120000
--- a/patches/f2fs-tools-1.6.1/autogen.sh
+++ b/patches/f2fs-tools-1.8.0/autogen.sh
diff --git a/rules/f2fs-tools.in b/rules/f2fs-tools.in
index a9f9b6f91..37d8f6acc 100644
--- a/rules/f2fs-tools.in
+++ b/rules/f2fs-tools.in
@@ -4,6 +4,7 @@ config F2FS_TOOLS
tristate
prompt "f2fs-tools"
select LIBUUID
+ select LIBSELINUX if GLOBAL_SELINUX
help
The f2fs-tools package provides the filesystem utilities for use
with the f2fs filesystem (flash-friendly filesystem)
diff --git a/rules/f2fs-tools.make b/rules/f2fs-tools.make
index 1aa8675c1..5efbc7a3d 100644
--- a/rules/f2fs-tools.make
+++ b/rules/f2fs-tools.make
@@ -18,8 +18,8 @@ endif
#
# Paths and names
#
-F2FS_TOOLS_VERSION := 1.6.1
-F2FS_TOOLS_MD5 := f4fe0b59ffef1eef71c20d12381a3054
+F2FS_TOOLS_VERSION := 1.8.0
+F2FS_TOOLS_MD5 := d4132ab388d30da729cb270aeac32bf1
F2FS_TOOLS := f2fs-tools-$(F2FS_TOOLS_VERSION)
F2FS_TOOLS_SUFFIX := tar.xz
F2FS_TOOLS_URL := git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;tag=v$(F2FS_TOOLS_VERSION)
@@ -39,6 +39,9 @@ F2FS_TOOLS_CONF_ENV := \
# autoconf
#
F2FS_TOOLS_CONF_TOOL := autoconf
+F2FS_TOOLS_CONF_OPT := \
+ $(CROSS_AUTOCONF_USR) \
+ --$(call ptx/wwo, PTXCONF_GLOBAL_SELINUX)-selinux
# ----------------------------------------------------------------------------
# Target-Install