scripts/download.pl: fix whitespace in mirror urls and drop for
[openwrt/staging/dedeckeh.git] / scripts / qemustart
index 7a2878ea70ee8c4bb0d1654afb73f0378a525704..f0ddefb839941a1406018ba5f9c4cd77e72c8e9f 100755 (executable)
@@ -257,7 +257,7 @@ start_qemu_x86() {
        local mach="${o_mach:-pc}"
 
        [ -n "$rootfs" ] || {
-               rootfs="$o_bindir/openwrt-$o_target-${o_subtarget%-*}-generic-ext4-combined.img"
+               rootfs="$o_bindir/openwrt-$o_target-${o_subtarget%-*}-generic-squashfs-combined.img"
                if [ ! -f "$rootfs" -a -s "$rootfs.gz" ]; then
                        gunzip "$rootfs.gz"
                fi