build-SD-armbian.sh: Use armbian v23.02 as base

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2023-03-28 11:12:04 +02:00
parent bbc81c958d
commit 378df3bd5c
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ prepare_dirs # tmp cache output
# get latest armbian
[[ -d armbian ]] || git clone https://github.com/armbian/build armbian
( cd armbian && git pull --ff-only --tags )
( cd armbian && git pull --ff-only --tags && git checkout v23.02 )
# add NCP modifications
mkdir -p armbian/userpatches armbian/userpatches/overlay

View File

@ -176,10 +176,10 @@ function prepare_chroot_raspbian()
if [[ -f "qemu-aarch64-static" ]]
then
sudo cp qemu-aarch64-static raspbian_root/usr/bin/
sudo cp qemu-arm-static raspbian_root/usr/bin/
#sudo cp qemu-arm-static raspbian_root/usr/bin/
else
sudo cp /usr/bin/qemu-aarch64-static raspbian_root/usr/bin
sudo cp /usr/bin/qemu-arm-static raspbian_root/usr/bin
#sudo cp /usr/bin/qemu-arm-static raspbian_root/usr/bin
fi
# Prevent services from auto-starting