From: Michael Tremer Date: Mon, 19 Aug 2024 15:44:57 +0000 (+0000) Subject: make.sh: Fix variable name X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3cf778698dd567ec39917b218ba1104c8ef18f5;p=people%2Fms%2Fipfire-2.x.git make.sh: Fix variable name Signed-off-by: Michael Tremer --- diff --git a/doc/make.sh-usage b/doc/make.sh-usage index e2b8b9d29..5b615fb54 100644 --- a/doc/make.sh-usage +++ b/doc/make.sh-usage @@ -21,5 +21,5 @@ OPTIONS: Cross-compile for this target architecture. Uses the QEMU emulator if needed to virtualise the desired target architecture. Can be permanently set with - TARGET_ARCH= in .config file. + BUILD_ARCH= in .config file.