Change dest dir for build_all_firmwares.sh to avoid confusion

This commit is contained in:
Philippe Teuwen 2021-10-12 00:00:46 +02:00
parent a6a567626b
commit d8e943e03c

View file

@ -3,7 +3,7 @@
# These vars can be overriden by env variables # These vars can be overriden by env variables
echo "Makefile flags: ${MKFLAGS:=-j8}" echo "Makefile flags: ${MKFLAGS:=-j8}"
echo "Destination: ${DEST:=firmwares}" echo "Destination: ${DEST:=firmware}"
echo "Produce stats?: ${STATS:=false}" echo "Produce stats?: ${STATS:=false}"
# Which parts to skip for the 256kb version? # Which parts to skip for the 256kb version?