diff --git a/rebuild.sh b/rebuild.sh index e51b99c0e1..15f6f9379a 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -3,6 +3,10 @@ set -ex MODEL="$(grep CONFIG_VARIANT_DIR .config | cut -d '"' -f2)" +if [ -z "$MODEL" ] +then + MODEL="qemu" +fi time make -j$(nproc) BUILD_TIMELESS=1