summaryrefslogtreecommitdiffstats
path: root/rules/f2fs-tools.in
diff options
context:
space:
mode:
authorJon Ringle <jringle@gridpoint.com>2014-10-30 15:32:55 -0400
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-11-13 17:31:26 +0100
commit092cd0e3b6997c997dc051cf5072f6ca2f8f4eb9 (patch)
tree46eaca6ac7ba63aa4989d4abce36dabb2cba137e /rules/f2fs-tools.in
parent6fe3789a0979ea80db8788ccfbef9d57da37b556 (diff)
downloadptxdist-092cd0e3b6997c997dc051cf5072f6ca2f8f4eb9.tar.gz
ptxdist-092cd0e3b6997c997dc051cf5072f6ca2f8f4eb9.tar.xz
f2fs-tools: new package
The f2fs-tools package provides the filesystem utilities for use with the f2fs filesystem (flash-friendly filesystem) https://www.kernel.org/doc/Documentation/filesystems/f2fs.txt Signed-off-by: Jon Ringle <jringle@gridpoint.com> [mol: use autogen.sh and disable for big-endian] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/f2fs-tools.in')
-rw-r--r--rules/f2fs-tools.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/f2fs-tools.in b/rules/f2fs-tools.in
new file mode 100644
index 000000000..a9f9b6f91
--- /dev/null
+++ b/rules/f2fs-tools.in
@@ -0,0 +1,10 @@
+## SECTION=disk_and_file
+
+config F2FS_TOOLS
+ tristate
+ prompt "f2fs-tools"
+ select LIBUUID
+ help
+ The f2fs-tools package provides the filesystem utilities for use
+ with the f2fs filesystem (flash-friendly filesystem)
+ https://www.kernel.org/doc/Documentation/filesystems/f2fs.txt