Only build target ar71xx-generic
This commit is contained in:
parent
1c8c5863e2
commit
1edba526f5
2
build.sh
2
build.sh
|
@ -125,7 +125,7 @@ if ! $cont; then
|
||||||
make update ${debug:+V=s}
|
make update ${debug:+V=s}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for target in ar71xx-generic ar71xx-nand mpc85xx-generic x86-generic; do
|
for target in ar71xx-generic; do
|
||||||
env_target="$(echo "$target" | tr '-' '_')"
|
env_target="$(echo "$target" | tr '-' '_')"
|
||||||
set +u
|
set +u
|
||||||
if eval "[ \"\$TARGET_${env_target}_DONE\" = 1 ]"; then
|
if eval "[ \"\$TARGET_${env_target}_DONE\" = 1 ]"; then
|
||||||
|
|
Loading…
Reference in New Issue