From: Emil Velikov Date: Mon, 4 Nov 2024 18:45:52 +0000 (+0000) Subject: README.md: adjust the optional dependency note X-Git-Tag: v34~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c3ea2f45d8481791c3e93b76cc0501d4cf9ac20;p=thirdparty%2Fkmod.git README.md: adjust the optional dependency note With last commit we've default-enabled a few options. So the optional dependencies become required now. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/225 Signed-off-by: Lucas De Marchi --- diff --git a/README.md b/README.md index e42a5ed6..668c59ed 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ In order to compile the source code you need the following software packages: - GCC/CLANG compiler - GNU C library / musl / uClibc -Optional dependencies: +Optional dependencies, required with the default build configuration: - ZLIB library - LZMA library - ZSTD library