commit 1a3c12f7ae0a6a95d79c4b0be2fa614220eeaa07
Author: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Date:   Fri May 23 17:57:01 2014 +0200

    Changed J=2 to J=1 in nigthlycompile.sh to avoid strange compilation errors

diff --git a/nightlycompile.sh b/nightlycompile.sh
index 09f94fd..4a7d268 100755
--- a/nightlycompile.sh
+++ b/nightlycompile.sh
@@ -55,7 +55,7 @@ for t in $TARGETS; do
 	}
 
 	echo "Compiling target $t"
-	nice -n 25 make T=$t build J=2 QMP_GIT_BRANCH=$BRANCH COMMUNITY=$COMMUNITY EXTRA_PACKS=$EXTRA_PACKS
+	nice -n 25 make T=$t build J=1 QMP_GIT_BRANCH=$BRANCH COMMUNITY=$COMMUNITY EXTRA_PACKS=$EXTRA_PACKS
 	[ $? -ne 0 ] && [ ! -z "$MAIL" ] && echo "Error detected during QMP compilation process (for target $t)" | mail -s "[qMp] build system" $MAIL && ./scripts/extra-packages.script POST_BUILD "ar71xx" $t $EXTRA_PACKS
 done
 
