Explorar o código

fix default targets

Karsten Böddeker %!s(int64=8) %!d(string=hai) anos
pai
achega
a2f442209f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -65,7 +65,7 @@ fi
 [ -n "${MAKEJOBS}" ] || MAKEJOBS=$(grep -c "^processor" /proc/cpuinfo)
 [ -n "${PRIORITY}" ] || PRIORITY=0
 [ -n "${SITE_REPO_FETCH_METHOD}" ] || SITE_REPO_FETCH_METHOD="http"
-[ -n "${TARGETS}" ] || TARGETS=$(BROKEN=${BROKEN} make list-targets | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')
+[ -n "${TARGETS}" ] || TARGETS="ar71xx-generic ar71xx-nand mpc85xx-generic x86-generic x86-kvm_guest x86-64 x86-xen_domu"
 [ -n "${VERBOSE}" ] || VERBOSE=0
 
 if [ "${BRANCH}" == "experimental" -a -z "${VERSION}" ] ; then