From: Bruno Moreira-Guedes Date: Tue, 19 Apr 2022 14:48:15 +0000 (-0300) Subject: Docs: Add cpio requirement to changes.rst X-Git-Tag: howlett/maple/20220722_2~471^2~27 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=69ef0920bdd3;p=users%2Fjedix%2Flinux-maple.git Docs: Add cpio requirement to changes.rst The install target requires cpio to run the `kernel/gen_kheaders.sh` script, but it's missing in the requirements list at 'Documentation/process/changes.rst'. This patch adds it to the list. Signed-off-by: Bruno Moreira-Guedes Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst index a337e8eabfe1..41a44e5f47e6 100644 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@ -56,6 +56,7 @@ iptables 1.4.2 iptables -V openssl & libcrypto 1.0.0 openssl version bc 1.06.95 bc --version Sphinx\ [#f1]_ 1.7 sphinx-build --version +cpio any cpio --version ====================== =============== ======================================== .. [#f1] Sphinx is needed only to build the Kernel documentation @@ -458,6 +459,11 @@ mcelog - +cpio +---- + +- + Networking **********