Skip to content

Commit

Permalink
fix: Remove deprecatated command line argument from example
Browse files Browse the repository at this point in the history
The removed parameter causes an eventual error during a build.  Removing the parameter allows the build to proceed.
  • Loading branch information
kgilmer authored and igorpecovnik committed Mar 26, 2024
1 parent 1fe7672 commit 35281ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Developer-Guide_Build-Preparation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 35281ff

Please sign in to comment.