Explorar el Código

Enable building image for Archer C7 v2

Markus Lindenberg hace 9 años
padre
commit
b6f3387ba0
Se han modificado 1 ficheros con 1 adiciones y 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"