Explorar o código

Enable building image for Archer C7 v2

Markus Lindenberg %!s(int64=9) %!d(string=hai) anos
pai
achega
b6f3387ba0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docker/build.sh

+ 1 - 1
docker/build.sh

@@ -14,7 +14,7 @@ cp /usr/src/site.conf gluon/site/
 # Build
 cd gluon
 make update
-time make -j $(($(nproc)+1)) GLUON_TARGET=ar71xx-generic
+time make -j $(($(nproc)+1)) BROKEN=1 GLUON_TARGET=ar71xx-generic
 
 set +x
 echo -e "\nBUILD FINISHED\n"