aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2024-02-18 16:05:32 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2024-02-19 09:04:00 +0100
commit49e9f98cb8017a4df05431e8c1134b2fab50074f (patch)
tree44617ff0b872fb5fbcbb11b431cf476a3a25f0b6
parent7add1c1dbc8781de79fb718165d49d9f549207cd (diff)
Update README.txt
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--README.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.txt b/README.txt
index 6ee0136..4311698 100644
--- a/README.txt
+++ b/README.txt
@@ -96,7 +96,7 @@
For compiling mtd-utils, you need development packages for the following
dependency libraries:
- zlib (required by mkfs.ubifs, mkfs.jffs2
+ zlib (optional dependency for mkfs.ubifs, mkfs.jffs2)
lzo2 (optional dependency for mkfs.ubifs, mkfs.jffs2)
zstd (optional dependency for mkfs.ubifs)
libuuid* (required by mkfs.ubifs)
@@ -106,15 +106,14 @@
* this library is part of util-linux, aka util-linux-ng and some distributions
package it under that name.
- If you don't explicitly disable xattr support, mkfs.ubifs and mkfs.jffs2
- require the "sys/xattr.h" and "sys/acl.h" header files, depending on your
- Distributions, those may be packaged as part of libattr and libacl
+ For xattr & acl support in mkfs.ubifs and mkfs.jffs2, the build system looks
+ for the "sys/xattr.h" and "sys/acl.h" header files. Depending on your
+ distributions, those may be packaged as part of libattr and libacl
respectively.
Please note that the mkfs tools are optional and can be disabled via a
- configure flag. This should also remove the need for the dependency
- libraries.
+ configure flag. This should also remove any library dependencies.
How to contribute