From 35281ffd32385322584f7302155d8953ba8d21df Mon Sep 17 00:00:00 2001 From: Ken Gilmer Date: Mon, 25 Mar 2024 20:33:09 -0700 Subject: [PATCH] fix: Remove deprecatated command line argument from example The removed parameter causes an eventual error during a build. Removing the parameter allows the build to proceed. --- docs/Developer-Guide_Build-Preparation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developer-Guide_Build-Preparation.md b/docs/Developer-Guide_Build-Preparation.md index effa7831c..c6722d4ee 100644 --- a/docs/Developer-Guide_Build-Preparation.md +++ b/docs/Developer-Guide_Build-Preparation.md @@ -47,7 +47,7 @@ You may edit it to your needs or create different configuration files using it a Alternatively you can supply options as command line parameters to compile.sh. Example: - ./compile.sh BOARD=cubietruck BRANCH=current KERNEL_ONLY=no RELEASE=jammy + ./compile.sh BOARD=cubietruck BRANCH=current RELEASE=jammy Note: Option `BUILD_ALL` cannot be set to "yes" via command line parameter. Note: Names for `BOARD` can be found [here](https://github.com/armbian/build/tree/main/config/boards) by looking at file names. Example: OrangePi 4 = **orangepi4.conf** = `BOARD=orangepi4`