From: Arne Fitzenreiter Date: Sat, 15 Apr 2023 18:02:50 +0000 (+0200) Subject: core174: fix build of the u-boot initrd on aarch64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97c84ed890b044c4abb47ecf0019647ad3f6d4ab;p=ipfire-2.x.git core174: fix build of the u-boot initrd on aarch64 KVER was not defined so it has not build the initrd for u-boot. Signed-off-by: Arne Fitzenreiter Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/174/update.sh b/config/rootfiles/core/174/update.sh index 25474a7b21..b18618dacb 100644 --- a/config/rootfiles/core/174/update.sh +++ b/config/rootfiles/core/174/update.sh @@ -169,6 +169,7 @@ fi # Rebuild initial ramdisk to apply microcode updates dracut --regenerate-all --force +KVER="xxxKVERxxx" case "$(uname -m)" in aarch64) mkimage -A arm64 -T ramdisk -C lzma -d /boot/initramfs-${KVER}-ipfire.img /boot/uInit-${KVER}-ipfire