From: Paul Spooren Date: Sun, 8 Feb 2026 19:14:43 +0000 (+0100) Subject: scripts: update malta kernel path in qemustart X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d0f81f521044ba17adc6b11ec587537446cfad7;p=thirdparty%2Fopenwrt.git scripts: update malta kernel path in qemustart Update the default kernel path in start_qemu_malta() to match the new image naming scheme after the malta target was converted to the Device macro system with device name 'generic'. Signed-off-by: Paul Spooren --- diff --git a/scripts/qemustart b/scripts/qemustart index 6c4c9be4cb0..42d692575d5 100755 --- a/scripts/qemustart +++ b/scripts/qemustart @@ -224,7 +224,7 @@ start_qemu_malta() { qemu_exe="qemu-system-mips$is64$isel" [ -n "$is64" ] && cpu="MIPS64R2-generic" || cpu="24Kc" - [ -n "$kernel" ] || kernel="$o_bindir/openwrt-malta-${o_subtarget%-*}-vmlinux-initramfs.elf" + [ -n "$kernel" ] || kernel="$o_bindir/openwrt-malta-${o_subtarget%-*}-generic-initramfs-kernel.bin" [ -z "$rootfs" ] || { if [ ! -f "$rootfs" -a -s "$rootfs.gz" ]; then