]> www.infradead.org Git - mtd-utils.git/commitdiff
Update README.txt
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Sun, 18 Feb 2024 15:05:32 +0000 (16:05 +0100)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 19 Feb 2024 08:04:00 +0000 (09:04 +0100)
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
README.txt

index 6ee01369bc80714354c28ac90d48d325a0cac22d..43116983db718a7c948305d06424a4a219d7140c 100644 (file)
@@ -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)
  * 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