summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Spooren2026-02-08 19:14:43 +0000
committerPaul Spooren2026-02-10 23:08:34 +0000
commit2d0f81f521044ba17adc6b11ec587537446cfad7 (patch)
treeb1aa76bda5c742631743e5cd340b1ad5b1b967b4
parent8dfa38b82c3cd2bbf6b1b6d2bdac74c560629c61 (diff)
downloadopenwrt-2d0f81f521044ba17adc6b11ec587537446cfad7.tar.gz
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 <mail@aparcar.org>
-rwxr-xr-xscripts/qemustart2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemustart b/scripts/qemustart
index 6c4c9be4cb..42d692575d 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