Fix STAGE_LIST

This commit is contained in:
jimmy 2021-02-28 08:25:23 +00:00
parent e6607e5dcf
commit 819edd5fc8
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ DEPLOY_ZIP=1
#WPA_ESSID=""
#WPA_PASSWORD=""
#WPA_COUNTRY=""
STAGE_LIST="pi-gen/stage0 pi-gen/stage1 pi-gen/stage2 avr deploy"
STAGE_LIST="pi-gen/stage0 pi-gen/stage1 pi-gen/stage2 custom"
WORK_DIR="$PWD/work"
DEPLOY_DIR="$PWD/deploy"