mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Revert setting default hostname to Armbian
This commit is contained in:
@@ -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="armbian"
|
||||
[[ -z $HOST ]] && HOST="$BOARD"
|
||||
cd "${SRC}" || exit
|
||||
|
||||
[[ -z "${CHROOT_CACHE_VERSION}" ]] && CHROOT_CACHE_VERSION=7
|
||||
|
||||
Reference in New Issue
Block a user