Skip to content

Commit

Permalink
fix: add supported sbc to non rpi images (#277)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou authored Jan 21, 2024
1 parent 82f5ec7 commit 12f20c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/armbian/bananapim2zero
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ export DOWNLOAD_URL_IMAGE
### NOTE: Please see all config files for setup variables!!!
# shellcheck disable=SC2034
JSON_PRETTY_SBC_NAME="Banana Pi M2 Zero"
# shellcheck disable=SC2034
JSON_SUPPORTED_SBC="bananapim2zero-64bit"
2 changes: 2 additions & 0 deletions config/armbian/orangepi3lts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ export DOWNLOAD_URL_IMAGE
### NOTE: Please see all config files for setup variables!!!
# shellcheck disable=SC2034
JSON_PRETTY_SBC_NAME="Orange Pi 3 LTS"
# shellcheck disable=SC2034
JSON_SUPPORTED_SBC="orangepi3lts-64bit"
2 changes: 2 additions & 0 deletions config/armbian/orangepi4lts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ export DOWNLOAD_URL_IMAGE
### NOTE: Please see all config files for setup variables!!!
# shellcheck disable=SC2034
JSON_PRETTY_SBC_NAME="Orange Pi 4 LTS"
# shellcheck disable=SC2034
JSON_SUPPORTED_SBC="orangepi4lts-64bit"
2 changes: 2 additions & 0 deletions config/orangepi/orangepi_zero2
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ export DOWNLOAD_URL_IMAGE
### NOTE: Please see all config files for setup variables!!!
# shellcheck disable=SC2034
JSON_PRETTY_SBC_NAME="Orange Pi Zero2"
# shellcheck disable=SC2034
JSON_SUPPORTED_SBC="orangepizero2-64bit"

0 comments on commit 12f20c1

Please sign in to comment.