Revert "ethtool: update to v5.14"
[openwrt/staging/dedeckeh.git] / scripts / qemustart
index 879f1834f95f6637bc064171123a321c30fc275a..f0ddefb839941a1406018ba5f9c4cd77e72c8e9f 100755 (executable)
@@ -203,7 +203,7 @@ start_qemu_armvirt() {
                )
        }
 
-       sudo "$qemu_exe" -machine "$mach" -cpu "$cpu" -nographic \
+       "$qemu_exe" -machine "$mach" -cpu "$cpu" -nographic \
                -kernel "$kernel" \
                "${o_qemu_extra[@]}"
 }