Set default hostname to Armbian

This commit is contained in:
Igor Pecovnik
2024-09-04 19:48:13 +02:00
committed by Igor
parent 399566c795
commit 59979a4573

View File

@@ -93,7 +93,7 @@ function do_main_configuration() {
USEALLCORES=yes # Use all CPU cores for compiling
[[ -z $EXIT_PATCHING_ERROR ]] && EXIT_PATCHING_ERROR="" # exit patching if failed
[[ -z $HOST ]] && HOST="$BOARD" # set hostname to the board
[[ -z $HOST ]] && HOST="armbian"
cd "${SRC}" || exit
[[ -z "${CHROOT_CACHE_VERSION}" ]] && CHROOT_CACHE_VERSION=7