]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core174: fix build of the u-boot initrd on aarch64 core174
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 15 Apr 2023 18:02:50 +0000 (20:02 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 Apr 2023 14:45:20 +0000 (14:45 +0000)
KVER was not defined so it has not build the initrd for u-boot.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/174/update.sh

index 25474a7b21117ae577a22d831135f243f9c9bb69..b18618dacba7ed68ceecc11f7b6948e4cd6e2e31 100644 (file)
@@ -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