Revert "build: scripts/config - update to kconfig-v5.6"
[oweals/openwrt.git] / scripts / qemustart
index dbb8deddafd8093887d6dfcd37d5743a5e1ba48a..9ce03901aac2d5068542ec83670d2fcb5ee749b2 100755 (executable)
@@ -255,7 +255,7 @@ start_qemu_x86() {
        local mach="${o_mach:-pc}"
 
        [ -n "$rootfs" ] || {
-               rootfs="$o_bindir/openwrt-$o_target-${o_subtarget%-*}-combined-ext4.img"
+               rootfs="$o_bindir/openwrt-$o_target-${o_subtarget%-*}-generic-ext4-combined.img"
                if [ ! -f "$rootfs" -a -s "$rootfs.gz" ]; then
                        gunzip "$rootfs.gz"
                fi