From c5eb4589c8ae222266682e0eb21da4bf020ec057 Mon Sep 17 00:00:00 2001 From: Tobias K <6317548+theCalcaholic@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:39:54 +0100 Subject: [PATCH] build-SD-armbian.sh: Set INCLUDE_HOME_DIR=yes during build Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> --- build/build-SD-armbian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/build-SD-armbian.sh b/build/build-SD-armbian.sh index eb024d3b0..4a10d5ece 100755 --- a/build/build-SD-armbian.sh +++ b/build/build-SD-armbian.sh @@ -57,6 +57,7 @@ KERNEL_CONFIGURE=prebuilt BUILD_DESKTOP=no BUILD_MINIMAL=yes USE_CCACHE=yes +INCLUDE_HOME_DIR=yes EOF [[ "$CLEAN" == "0" ]] && { cat >> "$CONF" <