From 8d3592ed3d52a6a419b1a15c3cdc351b749ff577 Mon Sep 17 00:00:00 2001 From: Tobias Kn?ppler <6317548+thecalcaholic@users.noreply.github.com> Date: Sun, 11 Aug 2024 11:19:24 +0200 Subject: [PATCH] build-SD-armbian.sh: Update Armbian version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> --- build/build-SD-armbian.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/build-SD-armbian.sh b/build/build-SD-armbian.sh index 58518c565..9daf58f35 100755 --- a/build/build-SD-armbian.sh +++ b/build/build-SD-armbian.sh @@ -31,7 +31,7 @@ prepare_dirs # tmp cache output # get latest armbian [[ -d armbian ]] || { - git clone --depth 1 --branch v24.02 https://github.com/armbian/build armbian + git clone --depth 1 --branch v24.2.1 https://github.com/armbian/build armbian } #( cd armbian && git pull --ff-only --tags && git checkout v23.02 ) #sed -i -e '/export rootfs_size=/s/du -sm/du --apparent-size -sm/' armbian/lib/functions/image/partitioning.sh @@ -58,6 +58,7 @@ BUILD_DESKTOP=no BUILD_MINIMAL=yes USE_CCACHE=yes INCLUDE_HOME_DIR=yes +ENABLE_EXTENSIONS=fs-nilfs2-support EOF [[ "$CLEAN" == "0" ]] && { cat >> "$CONF" <