[openwrt/openwrt] scripts: update malta kernel path in qemustart
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 10 15:08:48 PST 2026
aparcar pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2d0f81f521044ba17adc6b11ec587537446cfad7
commit 2d0f81f521044ba17adc6b11ec587537446cfad7
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Sun Feb 8 20:14:43 2026 +0100
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 at aparcar.org>
---
scripts/qemustart | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the lede-commits
mailing list