From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] core174: fix build of the u-boot initrd on aarch64 Date: Sat, 15 Apr 2023 20:02:50 +0200 Message-ID: <20230415180250.7700-1-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4871446836652354353==" List-Id: --===============4871446836652354353== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable KVER was not defined so it has not build the initrd for u-boot. Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/174/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/174/update.sh b/config/rootfiles/core/174/= update.sh index 25474a7b2..b18618dac 100644 --- a/config/rootfiles/core/174/update.sh +++ b/config/rootfiles/core/174/update.sh @@ -169,6 +169,7 @@ fi =20 # Rebuild initial ramdisk to apply microcode updates dracut --regenerate-all --force +KVER=3D"xxxKVERxxx" case "$(uname -m)" in aarch64) mkimage -A arm64 -T ramdisk -C lzma -d /boot/initramfs-${KVE= R}-ipfire.img /boot/uInit-${KVER}-ipfire --=20 2.38.1 --===============4871446836652354353==--