commit 73e6edcead9e432f4e11168dd69c316ba9910c70
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 e7e2b57..ec4da19 100755
--- a/nightlycompile.sh
+++ b/nightlycompile.sh
@@ -20,7 +20,7 @@ BRANCH=${BRANCH:-testing}
 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:-}
