Only build target ar71xx-generic

This commit is contained in:
Julian Kornberger 2016-07-08 15:39:14 +02:00
parent 1c8c5863e2
commit 1edba526f5
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ if ! $cont; then
make update ${debug:+V=s}
fi
for target in ar71xx-generic ar71xx-nand mpc85xx-generic x86-generic; do
for target in ar71xx-generic; do
env_target="$(echo "$target" | tr '-' '_')"
set +u
if eval "[ \"\$TARGET_${env_target}_DONE\" = 1 ]"; then