From 1ef5414e940a4e67564cf57dc8dd376d695a8911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Miri=C4=87?= <1009277+imiric@users.noreply.github.com> Date: Sat, 4 May 2024 13:50:30 +0200 Subject: [PATCH] Doc: fix typos in mkroot README --- mkroot/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkroot/README b/mkroot/README index 6b499ba8..b7e64114 100644 --- a/mkroot/README +++ b/mkroot/README @@ -18,7 +18,7 @@ and one or more musl cross compiler toolchain(s) in the "ccc" directory: $ git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux $ wget https://landley.net/bin/toolchains/latest/i686-linux-musl-cross.tar.xz $ mkdir ccc - $ tar xvJCf ccc i686-linux-musl-cross-tar.xz + $ tar xvJCf ccc i686-linux-musl-cross.tar.xz Then invoke mkroot like: @@ -128,7 +128,7 @@ support. --- Environment variables Any "name=value" argument provided on the mkroot.sh command line will set -an environment variable, and any string that without an = indicates a package +an environment variable, and any string without an = indicates a package script to run before building toybox (explained below). This is why CROSS= CROSS_COMPILE= and LINUX= were all set on the command line above. -- 2.39.2