From: Arne Fitzenreiter Date: Wed, 19 Feb 2020 08:49:21 +0000 (+0000) Subject: flash-images: update the uENV root UUID also on arch64 X-Git-Tag: v2.25-core142~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b6b6df32af111e54ec71678e4424bc729c85efc;p=ipfire-2.x.git flash-images: update the uENV root UUID also on arch64 Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/flash-images b/lfs/flash-images index 332bd1fdf8..e4af896f1a 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -215,7 +215,7 @@ endif rm -f $(MNThdd)/etc/grub.d/11_linux_scon endif -ifeq "$(BUILD_ARCH)" "armv5tel" +ifeq "$(BUILD_PLATFORM)" "arm" # Insert the UUID to uENV.txt sed -i $(MNThdd)/boot/uENV.txt \ -e "s/^root_dev=.*/root_dev=UUID=$$(blkid -o value -s UUID $(PART_ROOT))/g"