From 59979a4573ad5cbb63c4d7d021f731ece1477b96 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 4 Sep 2024 19:48:13 +0200 Subject: [PATCH] Set default hostname to Armbian --- lib/functions/configuration/main-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/configuration/main-config.sh b/lib/functions/configuration/main-config.sh index 91c354c2d2..748a817994 100644 --- a/lib/functions/configuration/main-config.sh +++ b/lib/functions/configuration/main-config.sh @@ -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