commit 5c686eaa50810975954201416049d0b004ecd233
Author: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Date:   Sat Oct 17 12:53:36 2015 +0200

    Remove -ib (architecture imagebuilder) profiles from nightlycompile.

diff --git a/nightlycompile.sh b/nightlycompile.sh
index 4e07109..f4261f1 100755
--- a/nightlycompile.sh
+++ b/nightlycompile.sh
@@ -20,7 +20,7 @@ BRANCH=${BRANCH:-master}
 TARGETS=${TARGETS:-$(make list_targets)}
 
 # Targets which are not gonna be compiled
-NOTARGETS=${NOTARGETS:-}
+NOTARGETS=${NOTARGETS:-ar71xx-ib ath25-ib mpc85xx-ib ramips-ib x86-ib}
 
 # Extra packages (separated by spaces)
 EXTRA_PACKS=${EXTRA_PACKS:-}
